WiiUPluginSystem/loader
Maschell 46358ce67a Added SD/USB support for plugins!
Now the plugins inherit the SD/USB access from the loader.
Check
(args != NULL && (args->device_mounted & WUPS_SD_MOUNTED) > 0)
in your INITIALZE method if you have SD access, and
(args != NULL && (args->device_mounted & WUPS_USB_MOUNTED) > 0)
for usb access.
You can simply use open, read etc. then with "sd:/" and "usb:".
No (un)mounting required.
NTFS support is NOT implemented yet.

So:
HID to VPAD plugin can now read configurations
SDCafiine now has support for libfat (other games than SSBU + FAT32 USB)
2018-02-14 22:52:16 +01:00
..
meta [loader] Added minimal loader project 2018-02-03 17:03:03 +01:00
src Added SD/USB support for plugins! 2018-02-14 22:52:16 +01:00
LICENSE [loader] Added minimal loader project 2018-02-03 17:03:03 +01:00
Makefile [Loader] Added mocha and device mounting. 2018-02-14 19:46:14 +01:00
README.md [General] Updated readmes 2018-02-04 10:31:42 +01:00

Wii U Plugin Loader Build Status

Building

For building you need:

Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself.