Fix for rebase

This commit is contained in:
Stephen Miller 2026-03-08 17:48:16 -05:00
parent 271638b6bf
commit da9c31bbee

View File

@ -425,6 +425,12 @@ s32 preloadModulesForLibkernel() {
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
s32 result = loadModuleInternal(module_index, 0, nullptr, nullptr);
if (result != ORBIS_OK) {