mirror of
https://github.com/wiiu-env/PatchMemoryRelocationsModule.git
synced 2024-11-27 20:24:16 +01:00
WUMS 0.3.1 support
This commit is contained in:
parent
17d6d21ad6
commit
1975c8b896
@ -1,6 +1,6 @@
|
||||
FROM wiiuenv/devkitppc:20211106
|
||||
FROM wiiuenv/devkitppc:20211229
|
||||
|
||||
COPY --from=wiiuenv/libmappedmemory:20210924 /artifacts $DEVKITPRO
|
||||
COPY --from=wiiuenv/wiiumodulesystem:20211207 /artifacts $DEVKITPRO
|
||||
COPY --from=wiiuenv/wiiumodulesystem:20220123 /artifacts $DEVKITPRO
|
||||
|
||||
WORKDIR project
|
@ -13,8 +13,8 @@
|
||||
#include "logger.h"
|
||||
|
||||
WUMS_MODULE_EXPORT_NAME("homebrew_patchmemoryrelocations");
|
||||
WUMS_MODULE_SKIP_ENTRYPOINT();
|
||||
WUMS_MODULE_INIT_BEFORE_RELOCATION_DONE_HOOK();
|
||||
WUMS_MODULE_SKIP_INIT_FINI();
|
||||
|
||||
bool elfLinkOne(char type, size_t offset, int32_t addend, uint32_t destination, uint32_t symbol_addr, relocation_trampolin_entry_t *trampolin_data, uint32_t trampolin_data_length,
|
||||
RelocationType reloc_type);
|
||||
|
Loading…
Reference in New Issue
Block a user