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:
adelikat 2009-11-04 18:50:18 +00:00
parent a70a2bc965
commit bf14da0052
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ void updateGameDependentMenus(unsigned int enable)
MENU_RECORD_WAV, MENU_RECORD_WAV,
MENU_STOP_WAV, MENU_STOP_WAV,
MENU_HIDE_MENU, MENU_HIDE_MENU,
MENU_DEBUGGER, //MENU_DEBUGGER,
MENU_PPUVIEWER, MENU_PPUVIEWER,
MENU_NAMETABLEVIEWER, MENU_NAMETABLEVIEWER,
MENU_HEXEDITOR, MENU_HEXEDITOR,