From 0d17c53d0041bdbacec37834f53866acd041561d Mon Sep 17 00:00:00 2001 From: yellows8 Date: Wed, 12 Jun 2019 15:43:33 -0400 Subject: [PATCH] Updated HiddbgHdlsState struct. --- nx/include/switch/services/hiddbg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx/include/switch/services/hiddbg.h b/nx/include/switch/services/hiddbg.h index 3a23c409..11f6604b 100644 --- a/nx/include/switch/services/hiddbg.h +++ b/nx/include/switch/services/hiddbg.h @@ -23,7 +23,8 @@ typedef struct { u32 batteryCharge; ///< batteryCharge for the main PowerInfo, see \ref HidPowerInfo. u32 buttons; ///< See \ref HidControllerKeys. JoystickPosition joysticks[JOYSTICK_NUM_STICKS]; ///< \ref JoystickPosition - u32 unused; ///< Unused + u8 unk_x20; ///< Unused for input. Set with output from \ref hiddbgDumpHdlsStates. + u8 padding[0x3]; ///< Padding } HiddbgHdlsState; /// HdlsNpadAssignment