Fixed the type for key_generation in NcmRightsId.

This commit is contained in:
yellows8 2019-10-26 22:15:23 -04:00
parent 5340c7d7dc
commit b0980e4c9f
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -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;