updated formats.

This commit is contained in:
morkt
2018-01-10 17:20:42 +04:00
parent 7b4efc874b
commit a6865194c4
3 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ namespace GameRes.Formats.Malie
public DatOpener () public DatOpener ()
{ {
Extensions = new string[] { "lib", "dat" }; Extensions = new string[] { "lib", "dat" };
Signatures = new uint[] { 0, 0x3F503FB1, 0xC237434E }; Signatures = new uint[] { 0, 0x3F503FB1, 0xC237434E, 0x8CD11522 };
} }
public override ArcFile TryOpen (ArcView file) public override ArcFile TryOpen (ArcView file)

View File

Binary file not shown.

View File

@@ -21,7 +21,7 @@
</Notes> </Notes>
</Release> </Release>
<FormatsData> <FormatsData>
<FileVersion>96</FileVersion> <FileVersion>98</FileVersion>
<Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url> <Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url>
<Requires> <Requires>
<Assembly Name="ArcFormats" Version="1.2.36.1546"/> <Assembly Name="ArcFormats" Version="1.2.36.1546"/>