- 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.
The new OSFatal function logs the old message, and the calls the "real" OSFatal with a new String.
[General] - Added the .sdata section to the wups.ld
- Added all library_types to the enum
- Updated the wups_loader_entry_t struct to store the needed data
- Simplified the WUPS_MUST_REPLACE macro
- Removed unneeded stuff
- It's now linking with libc/libutils/libdynamiclibs
- moved the main.c into the a "src" folder
[Loader]- Added DCFlushRange and DCInvalidateRange
- Improved logging.
Finally we can load the plugin from the sdcard and call it's function!