Commit Graph

18 Commits

Author SHA1 Message Date
Maschell
6510dd5c21 WUPS 0.6, add support for config and storage 2021-09-24 19:58:40 +02:00
Maschell
2bff8c2653 Override __init_wut_socket and __fini_wut_socket 2021-09-17 16:28:37 +02:00
Maschell
40f600cc60 Add /lib folder to the .gitignore 2020-06-26 20:15:07 +02:00
Maschell
195e686a50 - Plugins now will be provided in RPX format and have the extension ".wps"
- Remove the fs function wrapper
2020-04-29 17:53:53 +02:00
Maschell
061d054089 Add the udp_gecko_reader log to .gitignore 2018-06-28 22:25:30 +02:00
Maschell
6ca382bf6e Formatting, added bash script for installing/updating the dependencies (based on the travis script) 2018-03-11 17:12:46 +01:00
Maschell
af70ccf83f [Plugin] Fixed the filename of the screenshot 2018-03-08 18:55:10 +01:00
Maschell
647c3a9246 put *.layout into the gitignore 2018-03-08 16:38:46 +01:00
Maschell
0b6d578e27 Added a codeblocks template for creating plugins 2018-03-04 00:18:19 +01:00
Maschell
55dd57d62f [Loader] Code formatting and minor logging improvements. 2018-02-24 12:35:00 +01:00
Maschell
797e58f576 [General] Moving the FS-wrapper into an own lib, no more macro madness
The library now needs to be build with "make" and installed with "make install".
Make sure to include the -lwups into the plugin projecs.
If you call "WUPS_InitFS(args);" in the INITIALIZE method, the plugin has full SD/USB access.
2018-02-16 21:51:35 +01:00
Maschell
8c0a3c965b [Plugin] Added a port of SwapDRC (SwipSwapMe) 2018-02-11 19:49:42 +01:00
Maschell
d181e445c7 [Plugins] Updated the Makefile. C++ and stdlib should work now.
- Using a different base for the makefile, which provides some more function
- Linking with stdlib should work now
- C++ _should_ work. not really tested yet.

[Example Plugin] Updated example plugin to log all FSOpen actions.
2018-02-11 03:26:54 +01:00
Maschell
e58dc7a506 [Plugins] Added a simple padcon plugin! 2018-02-10 17:06:42 +01:00
Maschell
4ce98a64f1 [General] Added file to .gitignore 2018-02-09 21:28:57 +01:00
Maschell
e901ad77cf [Example Plugin] Added second function 2018-02-04 18:03:58 +01:00
Maschell
679b90cb9f [Example plugin] Added a very basic plugin based on brainslug 2018-02-04 10:14:45 +01:00
Maschell
d6ee498a16 [loader] Added minimal loader project
Added an empty project for the loader. This just logs a short string over udp.
2018-02-03 17:03:03 +01:00