mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
MainScreen/CwCheatScreen: Don't ask for keyboard input if the keyboard is "soft"
Fixes bug reported in the comments of #21637
This commit is contained in:
@@ -501,6 +501,10 @@ bool System_GetPropertyBool(SystemProperty prop) {
|
||||
// I don't know any possible way to display input dialog in non-xaml apps
|
||||
return isKeyboardAvailable() || isTouchAvailable();
|
||||
}
|
||||
case SYSPROP_KEYBOARD_IS_SOFT:
|
||||
{
|
||||
return IsXBox();
|
||||
}
|
||||
case SYSPROP_DEBUGGER_PRESENT:
|
||||
return IsDebuggerPresent();
|
||||
case SYSPROP_OK_BUTTON_LEFT:
|
||||
|
||||
Reference in New Issue
Block a user