Reenable logging, Update Dockerfile to use WUMS 0.2

This commit is contained in:
Maschell
2021-09-17 18:27:12 +02:00
parent ee76aba48e
commit 38b58faf88
3 changed files with 4 additions and 6 deletions

View File

@@ -3,12 +3,10 @@
#include "function_patcher.h"
WUMS_MODULE_EXPORT_NAME("homebrew_functionpatcher");
WUMS_MODULE_SKIP_ENTRYPOINT();
WUMS_MODULE_SKIP_WUT_INIT();
WUMS_MODULE_INIT_BEFORE_RELOCATION_DONE_HOOK();
WUMS_APPLICATION_STARTS() {
// Currently we have no logging because we're skipping the wut init/fini calls.
// WHBLogUdpInit();
WHBLogUdpInit();
FunctionPatcherResetLibHandles();
}