Win32 - fix bug that caused gamegenie to turn on when ppu is toggled.

This commit is contained in:
adelikat 2010-06-06 02:22:59 +00:00
parent b9a361e004
commit e2274f2e8b
1 changed files with 1 additions and 0 deletions

View File

@ -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);