Update RyuFs paths

This commit is contained in:
Alex Barney 2019-10-30 17:54:31 -05:00
commit 3d1d3792ea

View file

@ -8,8 +8,8 @@ namespace Ryujinx.HLE.FileSystem
public class VirtualFileSystem : IDisposable public class VirtualFileSystem : IDisposable
{ {
public const string BasePath = "RyuFs"; public const string BasePath = "RyuFs";
public const string NandPath = "nand"; public const string NandPath = "bis";
public const string SdCardPath = "sdmc"; public const string SdCardPath = "sdcard";
public const string SystemPath = "system"; public const string SystemPath = "system";
public static string SafeNandPath = Path.Combine(NandPath, "safe"); public static string SafeNandPath = Path.Combine(NandPath, "safe");