- Plugins now will be provided in RPX format and have the extension ".wps"

- Remove the fs function wrapper
This commit is contained in:
Maschell
2020-04-29 17:53:53 +02:00
parent cc2aea8ca9
commit 195e686a50
28 changed files with 723 additions and 834 deletions

View File

@@ -0,0 +1,6 @@
extern "C" void OSFatal(const char *msg);
extern "C" void __wups_start(){
OSFatal("This file needs to be run with the Wii U Plugin System.");
}