mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Osk: Fix fullscreen check.
See previous 21bf41e, failed to add this change because of UTF-16.
This commit is contained in:
@@ -943,7 +943,7 @@ int PSPOskDialog::Update(int animSpeed) {
|
||||
// Windows: Fall back to the OSK/continue normally if we're in fullscreen.
|
||||
// The dialog box doesn't work right if in fullscreen.
|
||||
if (System_GetPropertyBool(SYSPROP_HAS_KEYBOARD)) {
|
||||
if (g_Config.bBypassOSKWithKeyboard && !g_Config.bFullScreen)
|
||||
if (g_Config.bBypassOSKWithKeyboard && !g_Config.UseFullScreen())
|
||||
return NativeKeyboard();
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user