mirror of
https://github.com/wiiu-env/CustomRPXLoader.git
synced 2024-11-14 14:35:05 +01:00
Update Dockerfile
This commit is contained in:
parent
62dbec960f
commit
039e177ff9
@ -1,3 +1,3 @@
|
||||
FROM ghcr.io/wiiu-env/devkitppc:20220806
|
||||
FROM ghcr.io/wiiu-env/devkitppc:20230417
|
||||
|
||||
WORKDIR project
|
||||
|
@ -194,7 +194,7 @@ bool doRelocation(const std::vector<RelocationData> &relocData, relocation_tramp
|
||||
OSDynLoad_Acquire(rplName.c_str(), &rplHandle);
|
||||
|
||||
uint32_t functionAddress = 0;
|
||||
OSDynLoad_FindExport(rplHandle, isData, functionName.c_str(), (void **) &functionAddress);
|
||||
OSDynLoad_FindExport(rplHandle, (OSDynLoad_ExportType) isData, functionName.c_str(), (void **) &functionAddress);
|
||||
if (functionAddress == 0) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user