From cf1d78c55fb3580395b48be02035f268c81d019b Mon Sep 17 00:00:00 2001 From: morkt Date: Sun, 15 Jan 2017 01:23:38 +0400 Subject: [PATCH] (VFS): added signature. --- ArcFormats/Aoi/ArcVFS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArcFormats/Aoi/ArcVFS.cs b/ArcFormats/Aoi/ArcVFS.cs index f25a57e0..1bcbcc20 100644 --- a/ArcFormats/Aoi/ArcVFS.cs +++ b/ArcFormats/Aoi/ArcVFS.cs @@ -43,7 +43,7 @@ namespace GameRes.Formats.Aoi public VfsOpener () { Extensions = new string[] { "vfs" }; - Signatures = new uint[] { 0x01014656, 0x02004656, 0 }; + Signatures = new uint[] { 0x01014656, 0x02004656, 0x01004656, 0 }; } public override ArcFile TryOpen (ArcView file)