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

This commit is contained in:
Connor McLaughlin
2020-12-06 18:13:27 +10:00
parent f5ccb6ea60
commit 922e17f677
5 changed files with 16 additions and 12 deletions

View File

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