mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 08:25:47 -04:00
Revert "CommonHostInterface: Don't use sleep throttle when syncing to audio at standard speed"
This reverts commit 922e17f677
.
This commit is contained in:
@ -1328,7 +1328,7 @@ void QtHostInterface::threadEntryPoint()
|
||||
|
||||
System::UpdatePerformanceCounters();
|
||||
|
||||
if (m_use_sleep_throttler)
|
||||
if (m_speed_limiter_enabled)
|
||||
System::Throttle();
|
||||
|
||||
m_worker_thread_event_loop->processEvents(QEventLoop::AllEvents);
|
||||
|
Reference in New Issue
Block a user