mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(VFS): added signature.
This commit is contained in:
parent
cb5dc9c726
commit
cf1d78c55f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user