DolphinQt: update hotkeyscheduler to run at 200hz, giving more precision for FreeLook motion devices
This commit is contained in:
parent
425ee13d35
commit
28e880efb6
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue