mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 04:35:45 -04:00
System: Fix certain GPU settings not applying until unpause
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user