mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
Settings: TTY logging is no longer an enhancement
This commit is contained in:
parent
fa6ef1d04e
commit
15b29b4caa
|
@ -610,7 +610,6 @@ 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.bios_tty_logging = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (g_settings.pcdrv_enable && g_settings.pcdrv_root.empty())
|
if (g_settings.pcdrv_enable && g_settings.pcdrv_root.empty())
|
||||||
|
|
Loading…
Reference in a new issue