mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 10:32:15 +02:00
Align comments with eachother.
This commit is contained in:
parent
37fe6d3b12
commit
52efc49b48
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user