WiiUPluginSystem/plugins/sdcafiine/README.md

23 lines
701 B
Markdown
Raw Normal View History

# SDCafiine Plugin for the Wii U Plugin System
See https://github.com/Maschell/SDCafiine for more information.
# Currently supported
- Modpack selector
- Loads mods on games with native SD Access (Smash 4)
Whats NOT working:
- SD Access for all other games
- USB support (both FAT32 and NTFS)
## Building
For building you need:
- [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions.
- [libutils](https://github.com/Maschell/libutils) for common functions.
- [libfswrapper](https://github.com/Maschell/fs_wrapper) to replace the fs functions.
Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself.