mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-08-18 07:16:56 -05:00
example plugin: Use WUPS_USE_WUT_CRT() to get support for newlib functions and CPP
This commit is contained in:
@@ -36,7 +36,7 @@ WUPS_USE_WUT_CRT() // Use all of them
|
||||
|
||||
**/
|
||||
|
||||
WUPS_USE_WUT_MALLOC() // Use the wut malloc wrapper
|
||||
WUPS_USE_WUT_CRT() // Use the wut malloc wrapper
|
||||
|
||||
/**
|
||||
Get's called ONCE when the loader exits, but BEFORE the ON_APPLICATION_START gets called or functions are overridden.
|
||||
|
||||
Reference in New Issue
Block a user