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,7 +319,7 @@ typedef struct {
|
|||||||
} SetCalConsoleSixAxisSensorHorizontalOffset;
|
} SetCalConsoleSixAxisSensorHorizontalOffset;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u32 code[0x4];
|
u32 code[0x4]; ///< Country code.
|
||||||
} SetCalCountryCode;
|
} SetCalCountryCode;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
@ -349,7 +349,7 @@ typedef struct {
|
|||||||
} SetCalGyroscopeScale;
|
} SetCalGyroscopeScale;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u8 addr[0x6];
|
u8 addr[0x6]; ///< Mac address.
|
||||||
} SetCalMacAddress;
|
} SetCalMacAddress;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
@ -381,7 +381,7 @@ typedef struct {
|
|||||||
} 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