NsoHeader.cs: fix _reserved6C field offset

This commit is contained in:
makigumo 2020-04-10 05:36:29 +02:00 committed by Alex Barney
parent 1b1e8e6780
commit 6473a0cc0d

View file

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