From 31f871a74f89d6c179d7be8da2aedbdf56711612 Mon Sep 17 00:00:00 2001 From: cathery Date: Mon, 16 Mar 2020 22:45:07 +0300 Subject: [PATCH] hid: Update the value for JOYSTICK_MIN --- 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 71eb5ac3..0c8beaa6 100644 --- a/nx/include/switch/services/hid.h +++ b/nx/include/switch/services/hid.h @@ -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