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();
|
||||
|
||||
ResetPerformanceCounters();
|
||||
if (IsRunning())
|
||||
UpdateSpeedLimiterState();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue