Make sure to call the init hook before the entrypoint.

This commit is contained in:
Maschell 2020-06-07 13:59:45 +02:00
parent 51c92881af
commit 58f9c4f334

View File

@ -11,6 +11,7 @@
#include "function_replacements.h"
WUMS_MODULE_EXPORT_NAME("homebrew_memorymapping");
WUMS_MODULE_INIT_BEFORE_ENTRYPOINT();
WUMS_INITIALIZE() {
WHBLogUdpInit();