Win32 - Debugger menu item no longer grayed when no rom is loaded. The debugger is designed to handle whether or not a game is loaded, so there is no reason to block it.
This commit is contained in:
parent
a70a2bc965
commit
bf14da0052
|
@ -332,7 +332,7 @@ void updateGameDependentMenus(unsigned int enable)
|
|||
MENU_RECORD_WAV,
|
||||
MENU_STOP_WAV,
|
||||
MENU_HIDE_MENU,
|
||||
MENU_DEBUGGER,
|
||||
//MENU_DEBUGGER,
|
||||
MENU_PPUVIEWER,
|
||||
MENU_NAMETABLEVIEWER,
|
||||
MENU_HEXEDITOR,
|
||||
|
|
Loading…
Reference in New Issue