From eb2b400ea8cc0733578db41554658cea1cad7461 Mon Sep 17 00:00:00 2001 From: zeromus Date: Sun, 16 Aug 2009 02:58:35 +0000 Subject: [PATCH] win32: correctly bind graphical input display checkstate to menu --- desmume/src/windows/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/desmume/src/windows/main.cpp b/desmume/src/windows/main.cpp index 3287e4178..238d67c5b 100644 --- a/desmume/src/windows/main.cpp +++ b/desmume/src/windows/main.cpp @@ -2703,6 +2703,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM MainWindow->checkMenu(ID_VIEW_FRAMECOUNTER,CommonSettings.hud.FrameCounterDisplay); MainWindow->checkMenu(ID_VIEW_DISPLAYFPS,CommonSettings.hud.FpsDisplay); MainWindow->checkMenu(ID_VIEW_DISPLAYINPUT,CommonSettings.hud.ShowInputDisplay); + MainWindow->checkMenu(ID_VIEW_DISPLAYGRAPHICALINPUT,CommonSettings.hud.ShowGraphicalInputDisplay); MainWindow->checkMenu(ID_VIEW_DISPLAYLAG,CommonSettings.hud.ShowLagFrameCounter); MainWindow->checkMenu(ID_VIEW_DISPLAYMICROPHONE,CommonSettings.hud.ShowMicrophone); MainWindow->checkMenu(ID_VIEW_HUDEDITOR, HudEditorMode);