diff options
Diffstat (limited to 'dinput/win32-joystick.hpp')
-rw-r--r-- | dinput/win32-joystick.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput/win32-joystick.hpp b/dinput/win32-joystick.hpp index 4b48d4a1..6454c51c 100644 --- a/dinput/win32-joystick.hpp +++ b/dinput/win32-joystick.hpp @@ -55,7 +55,7 @@ struct OPENTRACK_DINPUT_EXPORT win32_joy_ctx using joys_t = std::unordered_map<QString, std::shared_ptr<joy>>; - static constexpr int joy_axis_size = 65535; + static constexpr int joy_axis_size = 65536; struct joy_info { |