engine: client: don't pop up OSK during loading screens on the PSVita either

This commit is contained in:
fgsfds 2023-02-19 01:31:38 +01:00 committed by Alibek Omarov
parent 577add56f1
commit 5c56b51044
1 changed files with 1 additions and 1 deletions

View File

@ -842,7 +842,7 @@ void GAME_EXPORT Key_SetKeyDest( int key_dest )
cls.key_dest = key_menu;
break;
case key_console:
#if !XASH_NSWITCH // if we don't disable this, pops up the keyboard during load
#if !XASH_NSWITCH && !XASH_PSVITA // if we don't disable this, pops up the keyboard during load
Key_EnableTextInput( true, false );
#endif
cls.key_dest = key_console;