mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #5374 from sum2012/patch-2
Fix sceUtilityOskGetStatus
This commit is contained in:
commit
e5e4eba924
1 changed files with 0 additions and 6 deletions
|
@ -369,12 +369,6 @@ int sceUtilityOskGetStatus()
|
|||
|
||||
int status = oskDialog.GetStatus();
|
||||
|
||||
// Seems that 4 is the cancelled status for OSK?
|
||||
if (status == 4)
|
||||
{
|
||||
status = 5;
|
||||
}
|
||||
|
||||
DEBUG_LOG(SCEUTILITY, "%08x=sceUtilityOskGetStatus()", status);
|
||||
return status;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue