Win32 - fix bug that caused gamegenie to turn on when ppu is toggled.
This commit is contained in:
parent
b9a361e004
commit
e2274f2e8b
|
@ -1802,6 +1802,7 @@ LRESULT FAR PASCAL AppWndProc(HWND hWnd,UINT msg,WPARAM wParam,LPARAM lParam)
|
|||
case ID_NEWPPU:
|
||||
case ID_OLDPPU:
|
||||
FCEU_TogglePPU();
|
||||
break;
|
||||
case MENU_GAME_GENIE:
|
||||
genie ^= 1;
|
||||
FCEUI_SetGameGenie(genie!=0);
|
||||
|
|
Loading…
Reference in New Issue