mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Merge pull request #976 from raven02/patch-6
UseMediaEngine should be grey when emulator running
This commit is contained in:
commit
854c151360
@ -705,11 +705,8 @@ namespace MainWindow
|
||||
EnableMenuItem(menu,ID_FILE_QUICKLOADSTATE,!enable);
|
||||
EnableMenuItem(menu,ID_CPU_DYNAREC,enable);
|
||||
EnableMenuItem(menu,ID_CPU_INTERPRETER,enable);
|
||||
EnableMenuItem(menu,ID_DVD_INSERTISO,enable);
|
||||
EnableMenuItem(menu,ID_FILE_BOOTBIOS,enable);
|
||||
EnableMenuItem(menu,ID_EMULATION_STOP,!enable);
|
||||
EnableMenuItem(menu,ID_OPTIONS_SETTINGS,enable);
|
||||
EnableMenuItem(menu,ID_PLUGINS_CHOOSEPLUGINS,enable);
|
||||
EnableMenuItem(menu,ID_OPTIONS_USEMEDIAENGINE,enable);
|
||||
|
||||
const int zoomitems[4] = {
|
||||
ID_OPTIONS_SCREEN1X,
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user