mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2024-11-23 16:29:16 +01:00
Call OSCheckActiveThreads();
This commit is contained in:
parent
b5a4f7ca37
commit
d444cfedb7
@ -52,6 +52,7 @@ extern "C" int _start(int argc, char **argv) {
|
|||||||
"r"(kernelInfo0.sda2Base)
|
"r"(kernelInfo0.sda2Base)
|
||||||
:);
|
:);
|
||||||
|
|
||||||
|
OSCheckActiveThreads();
|
||||||
return ((int (*)(int, char **))(*(unsigned int *) 0x1005E040))(argc, argv);
|
return ((int (*)(int, char **))(*(unsigned int *) 0x1005E040))(argc, argv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@ IMPORT(OSSwapAtomic);
|
|||||||
IMPORT(OSDynLoad_GetAllocator);
|
IMPORT(OSDynLoad_GetAllocator);
|
||||||
IMPORT(OSDynLoad_SetAllocator);
|
IMPORT(OSDynLoad_SetAllocator);
|
||||||
IMPORT(__KernelGetInfo);
|
IMPORT(__KernelGetInfo);
|
||||||
|
IMPORT(OSCheckActiveThreads);
|
||||||
|
|
||||||
IMPORT(FSTimeToCalendarTime);
|
IMPORT(FSTimeToCalendarTime);
|
||||||
IMPORT(FSInit);
|
IMPORT(FSInit);
|
||||||
|
Loading…
Reference in New Issue
Block a user