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