mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-01 20:25:21 -06:00
Fix for rebase
This commit is contained in:
parent
271638b6bf
commit
da9c31bbee
@ -425,6 +425,12 @@ s32 preloadModulesForLibkernel() {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (module_index == 1 || module_index == 2) {
|
||||||
|
// libkernel and libSceLibcInternal aren't directly loaded here.
|
||||||
|
// All we do for those is increment is_loaded
|
||||||
|
g_modules_array[module_index].is_loaded++;
|
||||||
|
}
|
||||||
|
|
||||||
// Load the actual module
|
// Load the actual module
|
||||||
s32 result = loadModuleInternal(module_index, 0, nullptr, nullptr);
|
s32 result = loadModuleInternal(module_index, 0, nullptr, nullptr);
|
||||||
if (result != ORBIS_OK) {
|
if (result != ORBIS_OK) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user