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

@ -344,7 +344,7 @@ protected:
bool m_frame_step_request = false;
bool m_fast_forward_enabled = false;
bool m_timer_resolution_increased = false;
bool m_speed_limiter_enabled = true;
bool m_use_sleep_throttler = true;
private:
void InitializeUserDirectory();