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.pcdrv_enable = false;
|
||||
g_settings.bios_patch_fast_boot = false;
|
||||
g_settings.runahead_frames = 0;
|
||||
g_settings.rewind_enable = false;
|
||||
}
|
||||
|
||||
// fast forward boot requires fast boot
|
||||
|
|
Loading…
Reference in New Issue