From 1ff89d6482a6ec907bb983c1d2bc473bea546367 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Sun, 8 Sep 2019 23:33:40 +0200 Subject: Implement basic support of SystemSaveData and Cleanup IFileSystemProxy (#767) * Implement basic support of SystemSaveData and Cleanup IFileSystemProxy - Implement `OpenSystemSaveData` as a `IFileSystem` in `SaveHelper`: On real device, system saves data are stored encrypted, and we can't create an empty system save data for now. That's why if a user put his own dump of system save in `RyuFs\nand\system\save\`, we extract content in associated folder and open it as a `IFileSystem`. If the system save data don't exist, a folder is created. - Cleanup `IFileSystemProxy` by adding a Helper class. - Implement `GetSavePath` in `VirtualFileSystem` and remove `GetGameSavePath` in `SaveHelper`. * remove the forgotten I * Fix align --- Ryujinx.HLE/FileSystem/SaveDataType.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.HLE/FileSystem/SaveDataType.cs') diff --git a/Ryujinx.HLE/FileSystem/SaveDataType.cs b/Ryujinx.HLE/FileSystem/SaveDataType.cs index edfe8ab1..2207fc23 100644 --- a/Ryujinx.HLE/FileSystem/SaveDataType.cs +++ b/Ryujinx.HLE/FileSystem/SaveDataType.cs @@ -9,4 +9,4 @@ TemporaryStorage, CacheStorage } -} +} \ No newline at end of file -- cgit v1.2.3