mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 04:29:15 +08:00
(HG3): recognize different contained formats.
This commit is contained in:
parent
27f27c53d5
commit
a711f02e45
@ -51,7 +51,7 @@ namespace GameRes.Formats.CatSystem
|
||||
if (0 == section_size)
|
||||
section_size = (uint)(file.MaxOffset - offset);
|
||||
uint stdinfo_size = file.View.ReadUInt32 (offset+0x10);
|
||||
if (file.View.AsciiEqual (offset+8+stdinfo_size, "img0000"))
|
||||
if (file.View.AsciiEqual (offset+8+stdinfo_size, "img"))
|
||||
{
|
||||
var entry = new Entry
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user