Settings: TTY logging is no longer an enhancement

This commit is contained in:
Stenzek 2023-09-30 21:36:43 +10:00
parent fa6ef1d04e
commit 15b29b4caa

View file

@ -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())