mirror of
https://github.com/wiiu-env/FunctionPatcherModule.git
synced 2025-06-12 10:49:18 +02:00
Compile with latest wut
This commit is contained in:
@ -6,12 +6,9 @@ WUMS_MODULE_SKIP_ENTRYPOINT();
|
||||
WUMS_MODULE_SKIP_WUT_INIT();
|
||||
WUMS_MODULE_INIT_BEFORE_RELOCATION_DONE_HOOK();
|
||||
|
||||
WUMS_INITIALIZE(){
|
||||
WHBLogUdpInit();
|
||||
}
|
||||
|
||||
WUMS_APPLICATION_STARTS() {
|
||||
WHBLogUdpInit();
|
||||
// Currently we have no logging because we're skipping the wut init/fini calls.
|
||||
// WHBLogUdpInit();
|
||||
FunctionPatcherResetLibHandles();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user