diff options
| author | bunnei <bunneidev@gmail.com> | 2018-03-01 22:14:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-01 22:14:31 -0500 |
| commit | 46fc7d85023f4449b542f0c58830421d667f92b7 (patch) | |
| tree | a605aabd8c776bebea1111fccd8df01d569d5170 /src/core/hle/service/filesystem/filesystem.h | |
| parent | b1709410dd9b1f9ed9bf76f54ce82b5e7f89ab66 (diff) | |
| parent | 3209cff5307ab16044ccc22e6b922545aae8215d (diff) | |
Merge pull request #216 from Subv/savedata
Implemented the SaveData archive and MountSaveData.
Diffstat (limited to 'src/core/hle/service/filesystem/filesystem.h')
| -rw-r--r-- | src/core/hle/service/filesystem/filesystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/filesystem/filesystem.h b/src/core/hle/service/filesystem/filesystem.h index a674c9493..80f318676 100644 --- a/src/core/hle/service/filesystem/filesystem.h +++ b/src/core/hle/service/filesystem/filesystem.h @@ -25,6 +25,7 @@ namespace FileSystem { /// Supported FileSystem types enum class Type { RomFS = 1, + SaveData = 2, }; /** |
