mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-12 06:17:21 +00:00
Settings: Disable runahead/rewind in Safe Mode
This commit is contained in:
parent
f9155e5ce7
commit
d5432da082
@ -968,6 +968,8 @@ void Settings::FixIncompatibleSettings(bool display_osd_messages)
|
|||||||
g_settings.use_old_mdec_routines = false;
|
g_settings.use_old_mdec_routines = false;
|
||||||
g_settings.pcdrv_enable = false;
|
g_settings.pcdrv_enable = false;
|
||||||
g_settings.bios_patch_fast_boot = false;
|
g_settings.bios_patch_fast_boot = false;
|
||||||
|
g_settings.runahead_frames = 0;
|
||||||
|
g_settings.rewind_enable = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// fast forward boot requires fast boot
|
// fast forward boot requires fast boot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user