mirror of
https://github.com/wiiu-env/KernelModule.git
synced 2024-11-08 11:05:09 +01:00
Make sure to call the init hook before the entrypoint.
This commit is contained in:
parent
5250d120b0
commit
8b425bd3d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user