mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
hid: Updated the value for JOYSTICK_MAX.
This commit is contained in:
parent
04214ea441
commit
b83ddf8157
@ -422,7 +422,7 @@ typedef struct SixAxisSensorValues {
|
||||
HidVector orientation[3];
|
||||
} SixAxisSensorValues;
|
||||
|
||||
#define JOYSTICK_MAX (0x8000)
|
||||
#define JOYSTICK_MAX (0x7FFF)
|
||||
#define JOYSTICK_MIN (-0x8000)
|
||||
|
||||
// End enums and output structs
|
||||
|
Loading…
Reference in New Issue
Block a user