diff --git a/src/core/system.cpp b/src/core/system.cpp index a305963b5..0e140a95e 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -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(); }