mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(Mk2Opener): added "LS2.0" signature.
This commit is contained in:
@@ -43,7 +43,8 @@ namespace GameRes.Formats.Maika
|
|||||||
|
|
||||||
public Mk2Opener ()
|
public Mk2Opener ()
|
||||||
{
|
{
|
||||||
Signatures = new uint[] { 0x2E324B4D, 0x2E324C42, 0x2E314C53 }; // 'BL2.0'. 'SL1.0'
|
// 'MK2.0' 'BL2.0'. 'SL1.0', 'LS2.0'
|
||||||
|
Signatures = new uint[] { 0x2E324B4D, 0x2E324C42, 0x2E314C53, 0x2E32534C };
|
||||||
}
|
}
|
||||||
|
|
||||||
public override ArcFile TryOpen (ArcView file)
|
public override ArcFile TryOpen (ArcView file)
|
||||||
|
|||||||
Reference in New Issue
Block a user