mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
fix wrong log message
This commit is contained in:
parent
c018281509
commit
d1cdf7538d
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ int sceUtilityGamedataInstallGetStatus()
|
|||
{
|
||||
if (currentDialogType != UTILITY_DIALOG_GAMEDATAINSTALL)
|
||||
{
|
||||
WARN_LOG(SCEUTILITY, "sceUtilitySavedataGetStatus(): wrong dialog type");
|
||||
WARN_LOG(SCEUTILITY, "sceUtilityGamedataInstallGetStatus(): wrong dialog type");
|
||||
return SCE_ERROR_UTILITY_WRONG_TYPE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue