mirror of
https://github.com/wiiu-env/PatchMemoryRelocationsModule.git
synced 2024-11-24 10:49:18 +01:00
Update Dockerfile to use WUMS 0.2
This commit is contained in:
parent
8c17425572
commit
36f73779f6
@ -1,6 +1,6 @@
|
|||||||
FROM wiiuenv/devkitppc:20210101
|
FROM wiiuenv/devkitppc:20210917
|
||||||
|
|
||||||
COPY --from=wiiuenv/libmappedmemory:20210109 /artifacts $DEVKITPRO
|
COPY --from=wiiuenv/libmappedmemory:20210109 /artifacts $DEVKITPRO
|
||||||
COPY --from=wiiuenv/wiiumodulesystem:20210313 /artifacts $DEVKITPRO
|
COPY --from=wiiuenv/wiiumodulesystem:20210917 /artifacts $DEVKITPRO
|
||||||
|
|
||||||
WORKDIR project
|
WORKDIR project
|
2
Makefile
2
Makefile
@ -104,7 +104,7 @@ $(BUILD):
|
|||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
clean:
|
clean:
|
||||||
@echo clean ...
|
@echo clean ...
|
||||||
@rm -fr $(BUILD) $(TARGET).rpx $(TARGET).elf
|
@rm -fr $(BUILD) $(TARGET).wms $(TARGET).elf
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
else
|
else
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
WUMS_MODULE_EXPORT_NAME("homebrew_patchmemoryrelocations");
|
WUMS_MODULE_EXPORT_NAME("homebrew_patchmemoryrelocations");
|
||||||
WUMS_MODULE_SKIP_ENTRYPOINT();
|
WUMS_MODULE_SKIP_ENTRYPOINT();
|
||||||
WUMS_MODULE_SKIP_WUT_INIT();
|
|
||||||
WUMS_MODULE_INIT_BEFORE_RELOCATION_DONE_HOOK();
|
WUMS_MODULE_INIT_BEFORE_RELOCATION_DONE_HOOK();
|
||||||
|
|
||||||
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);
|
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