mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-15 23:35:15 +01:00
example plugin: Use WUPS_USE_WUT_CRT() to get support for newlib functions and CPP
This commit is contained in:
parent
f5398ee2e0
commit
f1be3e51d6
@ -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.
|
Get's called ONCE when the loader exits, but BEFORE the ON_APPLICATION_START gets called or functions are overridden.
|
||||||
|
Loading…
Reference in New Issue
Block a user