nswitch: don't automatically pop up OSK when opening console

This commit is contained in:
fgsfds 2023-02-05 02:26:48 +01:00
parent cb28101732
commit 705f252ed8

View File

@ -841,7 +841,9 @@ 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
Key_EnableTextInput( true, false );
#endif
cls.key_dest = key_console;
break;
case key_message: