mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-05 10:25:10 +01:00
1024338498
Now the plugin don't need to use the INITIALIZE_PLUGIN hook for fs and overlay access, but use the WUPS_FS_ACCESS()/WUPS_ALLOW_OVERLAY() macro. |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
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.