mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 04:29:15 +08:00
(malie): added signature.
This commit is contained in:
parent
fef6dd5bb1
commit
de57984c64
@ -134,7 +134,7 @@ namespace GameRes.Formats.Malie
|
||||
public DatOpener ()
|
||||
{
|
||||
Extensions = new string[] { "lib", "dat" };
|
||||
Signatures = new uint[] { 0, 0x3F503FB1 };
|
||||
Signatures = new uint[] { 0, 0x3F503FB1, 0xC237434E };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user