Skip to content

Commit

Permalink
setsys: Updated SetSysNxControllerSettings.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellows8 committed Sep 19, 2021
1 parent 8daccdf commit 0cc2da7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion nx/include/switch/services/set.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cc2da7

Please sign in to comment.