Revert "CommonHostInterface: Don't use sleep throttle when syncing to audio at standard speed"

This reverts commit 922e17f677.
This commit is contained in:
Connor McLaughlin
2020-12-07 02:33:25 +10:00
parent 11d2b3a1a8
commit c8f33e340b
5 changed files with 12 additions and 16 deletions

View File

@ -424,7 +424,7 @@ void AndroidHostInterface::EmulationThreadLoop()
{
System::UpdatePerformanceCounters();
if (m_use_sleep_throttler)
if (m_speed_limiter_enabled)
System::Throttle();
}
}