Align comments with eachother.

This commit is contained in:
ITotalJustice 2019-12-16 21:12:27 +00:00
parent 37fe6d3b12
commit 52efc49b48

View File

@ -319,11 +319,11 @@ typedef struct {
} SetCalConsoleSixAxisSensorHorizontalOffset; } SetCalConsoleSixAxisSensorHorizontalOffset;
typedef struct { typedef struct {
u32 code[0x4]; u32 code[0x4]; ///< Country code.
} SetCalCountryCode; } SetCalCountryCode;
typedef struct { typedef struct {
u32 offset; ///< Relative to current position. u32 offset; ///< Relative to current position.
u8 cert[0x17C]; u8 cert[0x17C];
} SetCalEccB233DeviceCertificate; } SetCalEccB233DeviceCertificate;
@ -336,7 +336,7 @@ typedef struct {
} SetCalGameCardCertificate; } SetCalGameCardCertificate;
typedef struct { typedef struct {
u32 size; ///< Size of the entire key. u32 size; ///< Size of the entire key.
u8 key[0x130]; u8 key[0x130];
} SetCalGameCardKey; } SetCalGameCardKey;
@ -349,11 +349,11 @@ typedef struct {
} SetCalGyroscopeScale; } SetCalGyroscopeScale;
typedef struct { typedef struct {
u8 addr[0x6]; u8 addr[0x6]; ///< Mac address.
} SetCalMacAddress; } SetCalMacAddress;
typedef struct { typedef struct {
u32 offset; ///< Relative to current position. u32 offset; ///< Relative to current position.
u8 cert[0x23C]; u8 cert[0x23C];
} SetCalRsa2048DeviceCertificate; } SetCalRsa2048DeviceCertificate;
@ -371,17 +371,17 @@ typedef struct {
} SetCalSpeakerParameter; } SetCalSpeakerParameter;
typedef struct { typedef struct {
u32 size; ///< Size of the certificate data. u32 size; ///< Size of the certificate data.
u8 cert[0x800]; u8 cert[0x800];
} SetCalSslCertificate; } SetCalSslCertificate;
typedef struct { typedef struct {
u32 size; ///< Size of the entire key. u32 size; ///< Size of the entire key.
u8 key[0x130]; u8 key[0x130];
} SetCalSslKey; } SetCalSslKey;
typedef struct { typedef struct {
u32 code; u32 code; ///< Region code.
} SetCalRegionCode; } SetCalRegionCode;
/// Initialize set. /// Initialize set.