win32: fix background pause menuitem
This commit is contained in:
parent
7a96bc7c3a
commit
1d7b5994ee
|
@ -3721,7 +3721,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
MainWindow->checkMenu(ID_DISPLAYMETHOD_DIRECTDRAWHW, (GetStyle()&DWS_DDRAW_SW)==0);
|
||||
MainWindow->checkMenu(ID_DISPLAYMETHOD_DIRECTDRAWSW, (GetStyle()&DWS_DDRAW_SW)!=0);
|
||||
|
||||
MainWindow->checkMenu(IDM_EJECTCARD, nds.cardEjected != FALSE);
|
||||
MainWindow->checkMenu(IDC_BACKGROUNDPAUSE, lostFocusPause);
|
||||
|
||||
MainWindow->checkMenu(IDM_CHEATS_DISABLE, CommonSettings.cheatsDisable == true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue