diff options
Diffstat (limited to 'opentrack/win32-joystick-shortcuts.hpp')
-rw-r--r-- | opentrack/win32-joystick-shortcuts.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/win32-joystick-shortcuts.hpp b/opentrack/win32-joystick-shortcuts.hpp index 3c839197..23228835 100644 --- a/opentrack/win32-joystick-shortcuts.hpp +++ b/opentrack/win32-joystick-shortcuts.hpp @@ -267,5 +267,5 @@ end: return DIENUM_CONTINUE; LPDIRECTINPUT8 dinput_handle; std::vector<std::shared_ptr<joy>> joys; Timer timer_joylist; - enum { joylist_refresh_ms = 2000 }; + enum { joylist_refresh_ms = 250 }; };
\ No newline at end of file |