mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-11 16:19:06 +08:00
virtual file system fixes.
This commit is contained in:
@@ -77,7 +77,7 @@ namespace GameRes
|
||||
}
|
||||
}
|
||||
|
||||
public class PhysicalFileSystem : IFileSystem
|
||||
public sealed class PhysicalFileSystem : IFileSystem
|
||||
{
|
||||
public string CurrentDirectory
|
||||
{
|
||||
@@ -396,6 +396,8 @@ namespace GameRes
|
||||
if (entry.Name == LastVisitedPath && null != LastVisitedArc)
|
||||
{
|
||||
Push (LastVisitedPath, LastVisitedArc);
|
||||
if (LastVisitedArc is FlatArchiveFileSystem)
|
||||
CurrentArchive = (LastVisitedArc as FlatArchiveFileSystem).Source;
|
||||
return;
|
||||
}
|
||||
Flush();
|
||||
|
||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion ("1.1.9.91")]
|
||||
[assembly: AssemblyFileVersion ("1.1.9.91")]
|
||||
[assembly: AssemblyVersion ("1.1.9.92")]
|
||||
[assembly: AssemblyFileVersion ("1.1.9.92")]
|
||||
|
||||
Reference in New Issue
Block a user