diff --git a/src/core/system.cpp b/src/core/system.cpp index e953fa595..3bb244ea7 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -759,6 +759,8 @@ bool System::RecreateGPU(GPURenderer renderer, bool force_recreate_display, bool g_gpu->ResetGraphicsAPIState(); } + // fix up vsync etc + UpdateSpeedLimiterState(); return true; }