Qt: Fix audio sliders not applying correctly

This commit is contained in:
Connor McLaughlin
2021-01-13 02:36:11 +10:00
parent b3fd07e1b5
commit b5ffbfe826
8 changed files with 39 additions and 26 deletions

View File

@ -445,7 +445,7 @@ void AndroidHostInterface::EmulationThreadLoop(JNIEnv* env)
{
System::UpdatePerformanceCounters();
if (m_speed_limiter_enabled)
if (m_throttler_enabled)
System::Throttle();
}
}