mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(ArcMiris): moved to Eternity subdir.
This commit is contained in:
parent
361866a26c
commit
83c64c2187
@ -588,7 +588,7 @@
|
||||
<Compile Include="TechnoBrain\ImageIPF.cs" />
|
||||
<Compile Include="TechnoBrain\ImageIPH.cs" />
|
||||
<Compile Include="DxLib\ArcDX.cs" />
|
||||
<Compile Include="ArcMiris.cs" />
|
||||
<Compile Include="Eternity\ArcMiris.cs" />
|
||||
<Compile Include="Bishop\ArcBSA.cs" />
|
||||
<Compile Include="Bishop\ArcBSC.cs" />
|
||||
<Compile Include="Bishop\ImageBSG.cs" />
|
||||
|
@ -97,7 +97,7 @@ namespace GameRes.Formats.Miris
|
||||
|
||||
public GlnkOpener ()
|
||||
{
|
||||
Extensions = new string[] { "dat", "glk", "mlk", "slk", "gl", "ml", "sl" };
|
||||
Extensions = new string[] { "dat", "glk", "mlk", "slk", "gl", "ml", "sl", "ets", "etg", "etm" };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
Loading…
Reference in New Issue
Block a user