Compile with latest wut

This commit is contained in:
Maschell
2021-04-17 12:13:22 +02:00
parent e92f79b976
commit ee76aba48e
2 changed files with 4 additions and 7 deletions

View File

@ -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();
}