mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-01 21:56:17 +00:00
Increase log level in sceUtilityLoadModule
Some modules need return error as dissus in https://github.com/hrydgard/ppsspp/issues/860#issuecomment-25675539
This commit is contained in:
parent
424a24366c
commit
7213d27ea3
@ -206,7 +206,7 @@ u32 sceUtilityLoadModule(u32 module)
|
||||
}
|
||||
currentlyLoadedModules.insert(module);
|
||||
|
||||
DEBUG_LOG(SCEUTILITY, "sceUtilityLoadModule(%i)", module);
|
||||
INFO_LOG(SCEUTILITY, "sceUtilityLoadModule(%i)", 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