mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 01:14:56 +00:00
hot-fix the hot-fix
This commit is contained in:
parent
bab00dbca8
commit
8acefd25e7
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ s32 PS4_SYSV_ABI sceKernelLoadStartModule(const char* moduleFileName, size_t arg
|
||||||
}
|
}
|
||||||
handle = linker->LoadModule(path, true);
|
handle = linker->LoadModule(path, true);
|
||||||
if (handle == -1) {
|
if (handle == -1) {
|
||||||
return ORBIS_KERNEL_ERROR_EINVAL;
|
return ORBIS_KERNEL_ERROR_ESRCH;
|
||||||
}
|
}
|
||||||
auto* module = linker->GetModule(handle);
|
auto* module = linker->GetModule(handle);
|
||||||
linker->RelocateAnyImports(module);
|
linker->RelocateAnyImports(module);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue