mirror of
https://github.com/wiiu-env/AromaBaseModule.git
synced 2025-02-11 00:58:49 +01:00
Implement support for WUMS 0.3.3
This commit is contained in:
parent
c02aed1daa
commit
e67f5f9725
@ -1,7 +1,7 @@
|
||||
FROM ghcr.io/wiiu-env/devkitppc:20240505
|
||||
FROM ghcr.io/wiiu-env/devkitppc:20241128
|
||||
|
||||
COPY --from=ghcr.io/wiiu-env/libfunctionpatcher:20230621 /artifacts $DEVKITPRO
|
||||
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20240424 /artifacts $DEVKITPRO
|
||||
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:0.3.3-dev-20250130-474ef70 /artifacts $DEVKITPRO
|
||||
COPY --from=ghcr.io/wiiu-env/libkernel:20230621 /artifacts $DEVKITPRO
|
||||
|
||||
WORKDIR project
|
||||
|
@ -62,6 +62,7 @@ DECL_FUNCTION(uint32_t, OSReceiveMessage, OSMessageQueue *queue, OSMessage *mess
|
||||
if (message->args[0] == 0xD1E0D1E0) {
|
||||
ZombiUFix();
|
||||
CallHook(WUMS_HOOK_APPLICATION_REQUESTS_EXIT);
|
||||
CallHook(WUMS_HOOK_ALL_APPLICATION_REQUESTS_EXIT_DONE);
|
||||
}
|
||||
}
|
||||
lastData0 = message->args[0];
|
||||
|
@ -300,6 +300,7 @@ DECL_FUNCTION(void, __PPCExit, uint32_t u1) {
|
||||
NWF_Fix();
|
||||
|
||||
CallHook(WUMS_HOOK_APPLICATION_ENDS);
|
||||
CallHook(WUMS_HOOK_ALL_APPLICATION_ENDS_DONE);
|
||||
CallHook(WUMS_HOOK_FINI_WUT_SOCKETS);
|
||||
CallHook(WUMS_HOOK_FINI_WUT_DEVOPTAB);
|
||||
if (gSDMountRefCount > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user