mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
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…
x
Reference in New Issue
Block a user