diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-03 22:45:02 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-03 22:45:02 +0100 |
commit | 3ac3eb2b4874782bac4aeac14cc39e63c1188acd (patch) | |
tree | e188b184075e228a5655dcce7dec884684222daf /opentrack | |
parent | fc9d0a76f47e97f2bdd35edc24695c95654a2a67 (diff) |
api/joystick: refresh more often, it's cheap enough cpu-wise
Diffstat (limited to 'opentrack')
-rw-r--r-- | opentrack/win32-joystick.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/win32-joystick.hpp b/opentrack/win32-joystick.hpp index 3f47d170..421774a9 100644 --- a/opentrack/win32-joystick.hpp +++ b/opentrack/win32-joystick.hpp @@ -56,7 +56,7 @@ struct OPENTRACK_EXPORT win32_joy_ctx win32_joy_ctx& operator=(const win32_joy_ctx&) = delete; private: - enum { joylist_refresh_ms = 250 }; + enum { joylist_refresh_ms = 100 }; QMutex mtx; Timer timer_joylist; |