remove whitespace
This commit is contained in:
parent
d90d885699
commit
817b1e2b7e
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ namespace Ryujinx.HLE.FileSystem
|
||||||
long SaveId,
|
long SaveId,
|
||||||
SaveDataType SaveDataType,
|
SaveDataType SaveDataType,
|
||||||
UserId UserId,
|
UserId UserId,
|
||||||
SaveSpaceId SaveSpaceId)
|
SaveSpaceId SaveSpaceId)
|
||||||
{
|
{
|
||||||
this.TitleId = TitleId;
|
this.TitleId = TitleId;
|
||||||
this.UserId = UserId;
|
this.UserId = UserId;
|
||||||
|
|
|
@ -54,7 +54,7 @@ namespace Ryujinx.HLE.FileSystem
|
||||||
|
|
||||||
public string GetSdCardPath() => MakeDirAndGetFullPath(SdCardPath);
|
public string GetSdCardPath() => MakeDirAndGetFullPath(SdCardPath);
|
||||||
|
|
||||||
public string GetNandPath() => MakeDirAndGetFullPath(NandPath);
|
public string GetNandPath() => MakeDirAndGetFullPath(NandPath);
|
||||||
|
|
||||||
public string GetSystemPath() => MakeDirAndGetFullPath(SystemPath);
|
public string GetSystemPath() => MakeDirAndGetFullPath(SystemPath);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue