Set the UI state to MENU so that the pause/reset/stop buttons disable appropriately.

This commit is contained in:
The Dax 2013-09-07 17:53:37 -04:00
parent 515885ea0e
commit 79846abcbd

View File

@ -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: