mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 19:02:14 +02:00
More code style fixes
This commit is contained in:
parent
adfad3cffa
commit
fd77e9515b
@ -46,10 +46,10 @@ typedef struct {
|
||||
} NcmContentRecord;
|
||||
|
||||
typedef struct {
|
||||
u16 numExtraBytes; //Size of optional struct that comes after this one.
|
||||
u16 numContentRecords; //Number of NcmContentRecord entries after the extra bytes.
|
||||
u16 numMetaRecords; //Number of NcmMetaRecord entries that come after the NcmContentRecords.
|
||||
u16 padding; //Always zero.
|
||||
u16 numExtraBytes; ///< Size of optional struct that comes after this one.
|
||||
u16 numContentRecords; ///< Number of NcmContentRecord entries after the extra bytes.
|
||||
u16 numMetaRecords; ///< Number of NcmMetaRecord entries that come after the NcmContentRecords.
|
||||
u16 padding; ///< Always zero.
|
||||
} NcmContentMetaRecordsHeader;
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user