mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-12-24 09:02:25 +01:00
0d46322cbb
Add the requirement to have wut installed Modify the plugin makefile, now you need to enable malloc wrapping manually Change the calling behaviour of the "WUPS_APP_STATUS_CLOSED" hook. PPCExit does NOT get called when opening an application from the system menu. Add error output to the UDPLogger on failure. |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
makefile.mk | ||
README.md |
SDCafiine Plugin for the Wii U Plugin System
See https://github.com/Maschell/SDCafiine for more information.
Currently supported
- Modpack selector
- FAT32 support for SD and USB
Whats NOT working:
- NTFS support
Building
For building you need:
- wups
- dynamic_libs for access to the functions.
- libutils for common functions.
- libfswrapper to replace the fs functions.
Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself.