DolphinQt: update hotkeyscheduler to run at 200hz, giving more precision for FreeLook motion devices

This commit is contained in:
iwubcode 2021-03-18 11:03:12 -05:00
parent 425ee13d35
commit 28e880efb6

View File

@ -139,7 +139,7 @@ void HotkeyScheduler::Run()
while (!m_stop_requested.IsSet())
{
Common::SleepCurrentThread(1000 / 60);
Common::SleepCurrentThread(5);
g_controller_interface.SetCurrentInputChannel(ciface::InputChannel::FreeLook);
g_controller_interface.UpdateInput();