mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(ZIP): added filename encoding setting.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user