mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 09:09:49 +00:00
Set the UI state to MENU so that the pause/reset/stop buttons disable appropriately.
This commit is contained in:
parent
515885ea0e
commit
79846abcbd
@ -1356,10 +1356,12 @@ namespace MainWindow
|
||||
|
||||
case ID_OPTIONS_CONTROLS:
|
||||
NativeMessageReceived("control mapping", "");
|
||||
globalUIState = UISTATE_MENU;
|
||||
break;
|
||||
|
||||
case ID_OPTIONS_MORE_SETTINGS:
|
||||
NativeMessageReceived("settings", "");
|
||||
globalUIState = UISTATE_MENU;
|
||||
break;
|
||||
|
||||
case ID_EMULATION_SOUND:
|
||||
|
Loading…
Reference in New Issue
Block a user