mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
Do not activate temporary frame skip in warp mode if overscan is ultra extreme.
This commit is contained in:
parent
28cab93533
commit
fc36e3a1ed
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user