mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 10:55:41 -04:00
HostInterface: Reset performance counters on unpausing
This commit is contained in:
parent
b405c01652
commit
b59e4ffbcb
@ -120,6 +120,9 @@ void HostInterface::PauseSystem(bool paused)
|
||||
m_audio_stream->PauseOutput(m_paused);
|
||||
OnSystemPaused(paused);
|
||||
UpdateSpeedLimiterState();
|
||||
|
||||
if (!paused)
|
||||
m_system->ResetPerformanceCounters();
|
||||
}
|
||||
|
||||
void HostInterface::ResetSystem()
|
||||
|
Loading…
x
Reference in New Issue
Block a user