mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 20:39:29 +08:00
(EmeOpener): set PackedEntry.IsPacked propery.
This commit is contained in:
parent
5c7170f9c9
commit
46b7346c8d
@ -70,6 +70,7 @@ namespace GameRes.Formats.EmonEngine
|
||||
entry.Size = LittleEndian.ToUInt32 (index, current_offset+0x4C);
|
||||
entry.UnpackedSize = LittleEndian.ToUInt32 (index, current_offset+0x50);
|
||||
entry.Offset = LittleEndian.ToUInt32 (index, current_offset+0x54);
|
||||
entry.IsPacked = entry.UnpackedSize != entry.Size;
|
||||
if (!entry.CheckPlacement (file.MaxOffset))
|
||||
return null;
|
||||
if (3 == entry.SubType)
|
||||
|
Loading…
x
Reference in New Issue
Block a user