mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-25 04:14:13 +08:00
(MK2): more signatures.
This commit is contained in:
parent
ae82ab6533
commit
d10e3e9a14
@ -43,7 +43,7 @@ namespace GameRes.Formats.Maika
|
|||||||
|
|
||||||
public Mk2Opener ()
|
public Mk2Opener ()
|
||||||
{
|
{
|
||||||
Signatures = new uint[] { 0x2E324B4D, 0x2E324C42 }; // 'BL2.0'
|
Signatures = new uint[] { 0x2E324B4D, 0x2E324C42, 0x2E314C53 }; // 'BL2.0'. 'SL1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
public override ArcFile TryOpen (ArcView file)
|
public override ArcFile TryOpen (ArcView file)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user