mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Run should be grayed when emulation is running
This commit is contained in:
parent
5a6a2819bc
commit
bb9d2dbea8
1 changed files with 1 additions and 0 deletions
|
@ -676,6 +676,7 @@ namespace MainWindow
|
|||
|
||||
if (nextState == CORE_RUNNING)
|
||||
PostMessage(hwndMain, WM_COMMAND, ID_EMULATION_RUN, 0);
|
||||
UpdateMenus();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue