Update RyuFs paths
This commit is contained in:
parent
909f39e49e
commit
3d1d3792ea
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue