mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 15:05:42 -04:00
System: Fix certain GPU settings not applying until unpause
This commit is contained in:
parent
97e555a47d
commit
2cfa535784
@ -4117,7 +4117,7 @@ void System::CheckForSettingsChanges(const Settings& old_settings)
|
||||
g_settings.runahead_frames != old_settings.runahead_frames)
|
||||
{
|
||||
g_gpu->UpdateSettings(old_settings);
|
||||
if (!IsPaused())
|
||||
if (IsPaused())
|
||||
InvalidateDisplay();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user