mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Increase sceUtilityOskInitStart log level
This commit is contained in:
parent
d0fcf3b3c5
commit
8313c37c2a
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ int sceUtilityOskInitStart(u32 oskPtr)
|
|||
currentDialogType = UTILITY_DIALOG_OSK;
|
||||
currentDialogActive = true;
|
||||
int ret = oskDialog.Init(oskPtr);
|
||||
DEBUG_LOG(SCEUTILITY, "%08x=sceUtilityOskInitStart(%08x)", ret, oskPtr);
|
||||
INFO_LOG(SCEUTILITY, "%08x=sceUtilityOskInitStart(%08x)", ret, oskPtr);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue