engine: client: don't pop up OSK during loading screens on the PSVita either
This commit is contained in:
parent
577add56f1
commit
5c56b51044
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue