mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-25 04:14:13 +08:00
(VAFS): added "056" extension.
This commit is contained in:
parent
8c758668f2
commit
657368812e
@ -43,10 +43,10 @@ namespace GameRes.Formats.Softpal
|
|||||||
|
|
||||||
public VafsOpener ()
|
public VafsOpener ()
|
||||||
{
|
{
|
||||||
Extensions = new string[] { "052", "055", "058" };
|
Extensions = new string[] { "052", "055", "056", "058" };
|
||||||
}
|
}
|
||||||
|
|
||||||
static readonly Lazy<ImageFormat> s_PicFormat = new Lazy<ImageFormat> (() => ImageFormat.FindByTag ("PIC/SOFTPAL"));
|
static readonly ResourceInstance<ImageFormat> s_PicFormat = new ResourceInstance<ImageFormat> ("PIC/SOFTPAL");
|
||||||
|
|
||||||
public override ArcFile TryOpen (ArcView file)
|
public override ArcFile TryOpen (ArcView file)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user