mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 02:55:46 -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:
@ -424,7 +424,7 @@ void AndroidHostInterface::EmulationThreadLoop()
|
||||
{
|
||||
System::UpdatePerformanceCounters();
|
||||
|
||||
if (m_use_sleep_throttler)
|
||||
if (m_speed_limiter_enabled)
|
||||
System::Throttle();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user