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,
|
||||
SaveDataType SaveDataType,
|
||||
UserId UserId,
|
||||
SaveSpaceId SaveSpaceId)
|
||||
SaveSpaceId SaveSpaceId)
|
||||
{
|
||||
this.TitleId = TitleId;
|
||||
this.UserId = UserId;
|
||||
|
|
|
@ -54,7 +54,7 @@ namespace Ryujinx.HLE.FileSystem
|
|||
|
||||
public string GetSdCardPath() => MakeDirAndGetFullPath(SdCardPath);
|
||||
|
||||
public string GetNandPath() => MakeDirAndGetFullPath(NandPath);
|
||||
public string GetNandPath() => MakeDirAndGetFullPath(NandPath);
|
||||
|
||||
public string GetSystemPath() => MakeDirAndGetFullPath(SystemPath);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue