System: Fix turbo getting dropped on renderer switch

This commit is contained in:
Connor McLaughlin 2022-09-11 13:54:20 +10:00
parent 0b3461338c
commit 21b7261dc9
1 changed files with 2 additions and 0 deletions

View File

@ -759,6 +759,8 @@ bool System::RecreateGPU(GPURenderer renderer, bool force_recreate_display, bool
g_gpu->ResetGraphicsAPIState();
}
// fix up vsync etc
UpdateSpeedLimiterState();
return true;
}