mirror of
https://github.com/wiiu-env/KernelModule.git
synced 2025-06-11 10:50:07 +02:00
Make sure to call the init hook before the entrypoint.
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
#include <coreinit/cache.h>
|
||||
|
||||
WUMS_MODULE_EXPORT_NAME("homebrew_kernel");
|
||||
WUMS_MODULE_INIT_BEFORE_ENTRYPOINT();
|
||||
|
||||
#define KERN_SYSCALL_TBL1 0xFFE84C70 //Unknown
|
||||
#define KERN_SYSCALL_TBL2 0xFFE85070 //Games
|
||||
|
Reference in New Issue
Block a user