setsys: Updated SetSysNxControllerSettings.

This commit is contained in:
yellows8 2021-09-19 16:14:17 -04:00
parent 8daccdf35a
commit 0cc2da720c
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -609,7 +609,15 @@ typedef struct {
/// NxControllerSettings
typedef struct {
u8 unk_x0[0x42C]; ///< Unknown
BtdrvAddress address;
u8 type; ///< \ref SetSysControllerType.
char serial[0x10];
SetSysColor4u8Type body_color;
SetSysColor4u8Type button_color;
u8 unk_x1F[8];
u8 unk_x27;
u8 interface_type; ///< Bitmask with \ref XcdInterfaceType.
u8 unk_x29[0x403]; ///< Unknown
} SetSysNxControllerSettings;
/// ConsoleSixAxisSensorAccelerationBias