mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 08:55:45 -04:00
System: Don't reset performance counters when turboing
This commit is contained in:
@ -845,7 +845,7 @@ void CommonHostInterface::UpdateSpeedLimiterState()
|
||||
if (System::IsValid())
|
||||
{
|
||||
System::SetTargetSpeed(target_speed);
|
||||
System::ResetPerformanceCounters();
|
||||
System::ResetThrottler();
|
||||
}
|
||||
|
||||
if (m_audio_stream)
|
||||
@ -1994,6 +1994,7 @@ void CommonHostInterface::RegisterGeneralHotkeys()
|
||||
if (!ConfirmMessage(confirmation_message))
|
||||
{
|
||||
System::ResetPerformanceCounters();
|
||||
System::ResetThrottler();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user