System: Update speed limiter on boot

This commit is contained in:
Connor McLaughlin 2022-07-28 01:39:01 +10:00
parent 6b8b08ef61
commit a461ba8be6
1 changed files with 3 additions and 0 deletions

View File

@ -1215,6 +1215,9 @@ bool System::BootSystem(SystemBootParameters parameters)
g_cdrom.PrecacheMedia();
ResetPerformanceCounters();
if (IsRunning())
UpdateSpeedLimiterState();
return true;
}