correct last time commit

seem this should right
This commit is contained in:
sum2012 2013-10-22 20:29:25 +08:00
parent 940d819d00
commit ab9f39851a

View File

@ -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)