From 58f9c4f334ca0041f9a4a10f5b0ccb674ac2602a Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 7 Jun 2020 13:59:45 +0200 Subject: [PATCH] Make sure to call the init hook before the entrypoint. --- source/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/main.cpp b/source/main.cpp index d77cd66..e1687fe 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -11,6 +11,7 @@ #include "function_replacements.h" WUMS_MODULE_EXPORT_NAME("homebrew_memorymapping"); +WUMS_MODULE_INIT_BEFORE_ENTRYPOINT(); WUMS_INITIALIZE() { WHBLogUdpInit();