Do not activate temporary frame skip in warp mode if overscan is ultra extreme.

This commit is contained in:
Toni Wilen 2023-11-04 15:58:58 +02:00
parent 28cab93533
commit fc36e3a1ed

View File

@ -9775,7 +9775,7 @@ void warpmode(int mode)
currprefs.turbo_emulation = 1;
}
if (currprefs.turbo_emulation) {
if (!currprefs.cpu_memory_cycle_exact && !currprefs.blitter_cycle_exact)
if (!currprefs.cpu_memory_cycle_exact && !currprefs.blitter_cycle_exact && currprefs.gfx_overscanmode < OVERSCANMODE_ULTRA)
changed_prefs.gfx_framerate = currprefs.gfx_framerate = 10;
pause_sound ();
} else {