mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-12 04:49:32 +08:00
(DatOpener): added another possible signature.
This commit is contained in:
parent
05837d28ba
commit
89e7d14a97
@ -80,7 +80,7 @@ namespace GameRes.Formats.BlackRainbow
|
|||||||
public DatOpener ()
|
public DatOpener ()
|
||||||
{
|
{
|
||||||
Extensions = new string[] { "dat", "pak" };
|
Extensions = new string[] { "dat", "pak" };
|
||||||
Signatures = new uint[] { 2u, 4u, 5u };
|
Signatures = new uint[] { 2u, 4u, 5u, 6u };
|
||||||
}
|
}
|
||||||
|
|
||||||
public override ArcFile TryOpen (ArcView file)
|
public override ArcFile TryOpen (ArcView file)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user