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

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