mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 05:38:48 +08:00
(VFS.IsPathEqualsToFileName): new method.
This commit is contained in:
@@ -101,7 +101,7 @@ namespace GameRes.Formats.Rpm
|
||||
|
||||
// special case for "instdata.arc" archives
|
||||
if (scheme.Keyword != "inst"
|
||||
&& Path.GetFileName (file.Name).Equals ("instdata.arc", StringComparison.InvariantCultureIgnoreCase))
|
||||
&& VFS.IsPathEqualsToFileName (file.Name, "instdata.arc"))
|
||||
scheme = new EncryptionScheme ("inst", scheme.NameLength);
|
||||
|
||||
int index_size = count * (scheme.NameLength + 12);
|
||||
|
||||
Reference in New Issue
Block a user