mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue