mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-12 21:46:39 +00:00
Update fs_ext.h
This commit is contained in:
parent
679aa170b5
commit
01ff151946
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ typedef struct {
|
||||||
u8 reserved_1[0x4];
|
u8 reserved_1[0x4];
|
||||||
u8 kek_index;
|
u8 kek_index;
|
||||||
u8 reserved_2[0x7];
|
u8 reserved_2[0x7];
|
||||||
u8 device_id[0x10];
|
u8 device_id[0x10];
|
||||||
u8 reserved_3[0x10];
|
u8 reserved_3[0x10];
|
||||||
u8 encrypted_data[0xD0];
|
u8 encrypted_data[0xD0];
|
||||||
} FsGameCardCertificate;
|
} FsGameCardCertificate;
|
||||||
|
|
||||||
/// IFileSystemProxy.
|
/// IFileSystemProxy.
|
||||||
|
|
Loading…
Reference in a new issue