mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-09-08 10:06:00 -05:00
- Plugins now will be provided in RPX format and have the extension ".wps"
- Remove the fs function wrapper
This commit is contained in:
6
libraries/libwups/main.cpp
Normal file
6
libraries/libwups/main.cpp
Normal 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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user