From b83ddf8157e7aef37159aaff9e0b40b137339504 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Thu, 23 Jan 2020 18:54:51 -0500 Subject: [PATCH] hid: Updated the value for JOYSTICK_MAX. --- nx/include/switch/services/hid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/hid.h b/nx/include/switch/services/hid.h index e347379e..f926d6cd 100644 --- a/nx/include/switch/services/hid.h +++ b/nx/include/switch/services/hid.h @@ -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