mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 07:34:00 +08:00
(Maika): another archive signature.
This commit is contained in:
parent
591b091921
commit
0e0e0fb4da
@ -61,9 +61,9 @@ namespace GameRes.Formats.Maika
|
|||||||
|
|
||||||
public Mk2Opener ()
|
public Mk2Opener ()
|
||||||
{
|
{
|
||||||
// 'MK2.0' 'BL2.0'. 'SL1.0', 'LS2.0', 'AR2.0'
|
// 'MK2.0' 'BL2.0'. 'SL1.0', 'LS2.0', 'AR2.0', 'MP2.0'
|
||||||
Signatures = new uint[] {
|
Signatures = new uint[] {
|
||||||
0x2E324B4D, 0x2E324C42, 0x2E314C53, 0x2E32534C, 0x2E325241
|
0x2E324B4D, 0x2E324C42, 0x2E314C53, 0x2E32534C, 0x2E325241, 0x2E32504D
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user