mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(VFS.IsPathEqualsToFileName): new method.
This commit is contained in:
@@ -331,7 +331,7 @@ namespace GameRes.Formats.AZSys
|
||||
if (null != scheme.ContentKey)
|
||||
return scheme.ContentKey.Value;
|
||||
|
||||
if ("system.arc".Equals (Path.GetFileName (file.Name), StringComparison.InvariantCultureIgnoreCase))
|
||||
if (VFS.IsPathEqualsToFileName (file.Name, "system.arc"))
|
||||
{
|
||||
return ReadSysenvSeed (file, dir, scheme.IndexKey);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user