mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops, fix a logging typo.
This commit is contained in:
parent
92a2f2d0f0
commit
f1bfbe6216
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ u32 sceUtilityUnloadModule(u32 module)
|
|||
|
||||
if (currentlyLoadedModules.find(module) == currentlyLoadedModules.end())
|
||||
{
|
||||
WARN_LOG(SCEUTILITY, "sceUtilityLoadModule(%i): not yet loaded", module);
|
||||
WARN_LOG(SCEUTILITY, "sceUtilityUnloadModule(%i): not yet loaded", module);
|
||||
return SCE_ERROR_MODULE_NOT_LOADED;
|
||||
}
|
||||
currentlyLoadedModules.erase(module);
|
||||
|
|
Loading…
Add table
Reference in a new issue