fix overclock audio issues

This commit is contained in:
retro-wertz
2017-03-09 17:49:28 +08:00
parent af95ba67a1
commit 1ec32bd8bc
5 changed files with 21 additions and 5 deletions

View File

@@ -462,7 +462,7 @@ void FCEU_ResetVidSys(void)
PAL = w ? 1 : 0;
totalscanlines = normal_scanlines + (overclocked ? extrascanlines : 0);
totalscanlines = normal_scanlines + (overclock_state ? extrascanlines : 0);
FCEUPPU_SetVideoSystem(w);
SetSoundVariables();