mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
NsoHeader.cs: fix _reserved6C field offset
This commit is contained in:
parent
1b1e8e6780
commit
6473a0cc0d
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ namespace LibHac.Loader
|
|||
[FieldOffset(0x64)] public uint RoFileSize;
|
||||
[FieldOffset(0x68)] public uint DataFileSize;
|
||||
|
||||
[FieldOffset(0x68)] private byte _reserved6C;
|
||||
[FieldOffset(0x6C)] private byte _reserved6C;
|
||||
|
||||
[FieldOffset(0x88)] public uint ApiInfoOffset;
|
||||
[FieldOffset(0x8C)] public uint ApiInfoSize;
|
||||
|
|
Loading…
Reference in a new issue