Updated HiddbgHdlsState struct.

This commit is contained in:
yellows8 2019-06-12 15:43:33 -04:00
parent 5a3eb542b2
commit 0d17c53d00
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -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