mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-29 03:10:28 +00:00
correct last time commit
seem this should right
This commit is contained in:
parent
940d819d00
commit
ab9f39851a
@ -207,11 +207,11 @@ u32 sceUtilityLoadModule(u32 module)
|
||||
DEBUG_LOG(SCEUTILITY, "sceUtilityLoadModule(%i): already loaded", module);
|
||||
return SCE_ERROR_MODULE_ALREADY_LOADED;
|
||||
}
|
||||
currentlyLoadedModules.insert(module);
|
||||
|
||||
INFO_LOG(SCEUTILITY, "sceUtilityLoadModule(%i)", module);
|
||||
if (module == PSP_MODULE_NET_HTTPSTORAGE && !(currentlyLoadedModules.find(PSP_MODULE_NET_HTTP) != currentlyLoadedModules.end())) //Fix Kamen Rider Climax Heroes OOO - ULJS00331
|
||||
return SCE_KERNEL_ERROR_LIBRARY_NOTFOUND;
|
||||
currentlyLoadedModules.insert(module);
|
||||
|
||||
// TODO: Each module has its own timing, technically, but this is a low-end.
|
||||
// Note: Some modules have dependencies, but they still resched.
|
||||
if (module == 0x3FF)
|
||||
|
Loading…
Reference in New Issue
Block a user