mirror of
https://github.com/wiiu-env/MemoryMappingModule.git
synced 2026-09-13 03:26:14 -05:00
Make sure to call the init hook before the entrypoint.
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
#include "function_replacements.h"
|
#include "function_replacements.h"
|
||||||
|
|
||||||
WUMS_MODULE_EXPORT_NAME("homebrew_memorymapping");
|
WUMS_MODULE_EXPORT_NAME("homebrew_memorymapping");
|
||||||
|
WUMS_MODULE_INIT_BEFORE_ENTRYPOINT();
|
||||||
|
|
||||||
WUMS_INITIALIZE() {
|
WUMS_INITIALIZE() {
|
||||||
WHBLogUdpInit();
|
WHBLogUdpInit();
|
||||||
|
|||||||
Reference in New Issue
Block a user