mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2025-02-04 19:16:22 +01:00
Update the Dockerfile
This commit is contained in:
parent
f746b5b32e
commit
141e77cd80
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/wiiu-env/devkitppc:20221228
|
||||
FROM ghcr.io/wiiu-env/devkitppc:20230326
|
||||
|
||||
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20230106 /artifacts $DEVKITPRO
|
||||
|
||||
|
@ -130,7 +130,7 @@ bool doRelocation(const std::vector<std::shared_ptr<ModuleData>> &moduleList,
|
||||
}
|
||||
rplHandle = usedRPls[rplName];
|
||||
|
||||
OSDynLoad_FindExport(rplHandle, isData, functionName.c_str(), (void **) &functionAddress);
|
||||
OSDynLoad_FindExport(rplHandle, (OSDynLoad_ExportType) isData, functionName.c_str(), (void **) &functionAddress);
|
||||
if (functionAddress == 0) {
|
||||
DEBUG_FUNCTION_LINE_ERR("Failed to find export %s of %s", functionName.c_str(), rplName.c_str());
|
||||
OSFatal("Failed to find export");
|
||||
|
Loading…
x
Reference in New Issue
Block a user