From bf14da0052d72cb08e2d17e7b30d0f805f5edcb9 Mon Sep 17 00:00:00 2001 From: adelikat Date: Wed, 4 Nov 2009 18:50:18 +0000 Subject: [PATCH] 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. --- src/drivers/win/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/win/window.cpp b/src/drivers/win/window.cpp index 5c9db8b3..6ed5648d 100644 --- a/src/drivers/win/window.cpp +++ b/src/drivers/win/window.cpp @@ -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,