HostInterface: Log when all enhancements are disabled by config
This commit is contained in:
parent
0534f36b8d
commit
cdefcf7359
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue