HostInterface: Log when all enhancements are disabled by config

This commit is contained in:
Connor McLaughlin 2021-01-05 17:58:55 +10:00
parent 0534f36b8d
commit cdefcf7359
1 changed files with 1 additions and 0 deletions

View File

@ -594,6 +594,7 @@ void HostInterface::FixIncompatibleSettings(bool display_osd_messages)
{
if (g_settings.disable_all_enhancements)
{
Log_WarningPrintf("All enhancements disabled by config setting.");
g_settings.cpu_overclock_enable = false;
g_settings.cpu_overclock_active = false;
g_settings.gpu_resolution_scale = 1;