mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
(KG): added signature.
This commit is contained in:
parent
5df1bc735b
commit
5411ed7a76
@ -48,7 +48,7 @@ namespace GameRes.Formats.Abogado
|
||||
|
||||
public KgFormat ()
|
||||
{
|
||||
Signatures = new uint[] { 0x0202474B, 0x0102474B, 0x0100474B };
|
||||
Signatures = new uint[] { 0x0202474B, 0x0102474B, 0x0200474B, 0x0100474B };
|
||||
}
|
||||
|
||||
public override ImageMetaData ReadMetaData (IBinaryStream file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user