mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 14:15:43 -04:00
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)
|
if (g_settings.disable_all_enhancements)
|
||||||
{
|
{
|
||||||
|
Log_WarningPrintf("All enhancements disabled by config setting.");
|
||||||
g_settings.cpu_overclock_enable = false;
|
g_settings.cpu_overclock_enable = false;
|
||||||
g_settings.cpu_overclock_active = false;
|
g_settings.cpu_overclock_active = false;
|
||||||
g_settings.gpu_resolution_scale = 1;
|
g_settings.gpu_resolution_scale = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user