From 51c37da018b09a01841a9a4553da513981399762 Mon Sep 17 00:00:00 2001 From: p989 Date: Sat, 4 Apr 2009 00:10:35 +0000 Subject: [PATCH] win32: lag frame menu typo --- desmume/src/windows/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/windows/main.cpp b/desmume/src/windows/main.cpp index 169ec6f39..2249bd8f1 100644 --- a/desmume/src/windows/main.cpp +++ b/desmume/src/windows/main.cpp @@ -2779,7 +2779,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM case ID_VIEW_DISPLAYLAG: ShowLagFrameCounter ^= 1; - MainWindow->checkMenu(ID_VIEW_DISPLAYINPUT, ShowLagFrameCounter ? MF_CHECKED : MF_UNCHECKED); + MainWindow->checkMenu(ID_VIEW_DISPLAYLAG, ShowLagFrameCounter ? MF_CHECKED : MF_UNCHECKED); WritePrivateProfileInt("Display", "Display Lag Counter", ShowLagFrameCounter, IniName); osd->clear(); return 0;