(ZIP): added filename encoding setting.

This commit is contained in:
morkt
2018-02-18 03:55:00 +04:00
parent 118504e620
commit 816e392d03
9 changed files with 52 additions and 1 deletions

View File

@@ -44,6 +44,11 @@ namespace GameRes.Formats.PalmTree
static readonly byte[] ArDirSignature = { (byte)'A', (byte)'R', 5, 6 };
public ArcOpener ()
{
Settings = null;
}
public override ArcFile TryOpen (ArcView file)
{
if (-1 == SearchForSignature (file, ArDirSignature))