mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 15:45:42 +00:00
System: Update speed limiter on boot
This commit is contained in:
parent
6b8b08ef61
commit
a461ba8be6
|
@ -1215,6 +1215,9 @@ bool System::BootSystem(SystemBootParameters parameters)
|
||||||
g_cdrom.PrecacheMedia();
|
g_cdrom.PrecacheMedia();
|
||||||
|
|
||||||
ResetPerformanceCounters();
|
ResetPerformanceCounters();
|
||||||
|
if (IsRunning())
|
||||||
|
UpdateSpeedLimiterState();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue