mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Fixed the type for key_generation in NcmRightsId.
This commit is contained in:
parent
5340c7d7dc
commit
b0980e4c9f
@ -128,7 +128,7 @@ typedef struct {
|
||||
/// RightsId
|
||||
typedef struct {
|
||||
FsRightsId rights_id;
|
||||
u32 key_generation; ///< [3.0.0+]
|
||||
u8 key_generation; ///< [3.0.0+]
|
||||
u8 pad[7]; ///< [3.0.0+]
|
||||
} NcmRightsId;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user