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;