mirror of
https://github.com/wiiu-env/FunctionPatcherModule.git
synced 2024-11-16 06:49:23 +01:00
Use WUMS 0.3.2
This commit is contained in:
parent
978818f60d
commit
c86cd3cd2e
@ -2,6 +2,6 @@ FROM wiiuenv/devkitppc:20221228
|
|||||||
|
|
||||||
COPY --from=wiiuenv/libkernel:20220904 /artifacts $DEVKITPRO
|
COPY --from=wiiuenv/libkernel:20220904 /artifacts $DEVKITPRO
|
||||||
COPY --from=wiiuenv/libfunctionpatcher:20230106 /artifacts $DEVKITPRO
|
COPY --from=wiiuenv/libfunctionpatcher:20230106 /artifacts $DEVKITPRO
|
||||||
COPY --from=wiiuenv/wiiumodulesystem:20221005 /artifacts $DEVKITPRO
|
COPY --from=wiiuenv/wiiumodulesystem:20230106 /artifacts $DEVKITPRO
|
||||||
|
|
||||||
WORKDIR project
|
WORKDIR project
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
WUMS_MODULE_EXPORT_NAME("homebrew_functionpatcher");
|
WUMS_MODULE_EXPORT_NAME("homebrew_functionpatcher");
|
||||||
WUMS_MODULE_INIT_BEFORE_RELOCATION_DONE_HOOK();
|
WUMS_MODULE_INIT_BEFORE_RELOCATION_DONE_HOOK();
|
||||||
|
WUMS_DEPENDS_ON(homebrew_kernel);
|
||||||
|
|
||||||
void UpdateFunctionPointer() {
|
void UpdateFunctionPointer() {
|
||||||
// We need the real MEMAllocFromDefaultHeapEx/MEMFreeToDefaultHeap function pointer to force-allocate memory on the default heap.
|
// We need the real MEMAllocFromDefaultHeapEx/MEMFreeToDefaultHeap function pointer to force-allocate memory on the default heap.
|
||||||
|
Loading…
Reference in New Issue
Block a user