diff options
| author | 2014-12-18 17:29:34 -0500 | |
|---|---|---|
| committer | 2014-12-18 17:29:34 -0500 | |
| commit | c71f8840e56fced2c8f1e2ca00c00d177131944d (patch) | |
| tree | ae760245b1e66aed904e8ca16e23a594be3a638b /src/common/common_paths.h | |
| parent | Merge pull request #299 from lioncash/join (diff) | |
| parent | SystemSaveData: Added a TODO to move it to the NAND. (diff) | |
| download | yuzu-c71f8840e56fced2c8f1e2ca00c00d177131944d.tar.gz yuzu-c71f8840e56fced2c8f1e2ca00c00d177131944d.tar.xz yuzu-c71f8840e56fced2c8f1e2ca00c00d177131944d.zip | |
Merge pull request #301 from Subv/more_savedata
SaveData: Implemented the SystemSaveData archive.
Diffstat (limited to 'src/common/common_paths.h')
| -rw-r--r-- | src/common/common_paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/common_paths.h b/src/common/common_paths.h index a86889756..966402a3d 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h | |||
| @@ -42,6 +42,7 @@ | |||
| 42 | #define SDMC_DIR "sdmc" | 42 | #define SDMC_DIR "sdmc" |
| 43 | #define SAVEDATA_DIR "savedata" | 43 | #define SAVEDATA_DIR "savedata" |
| 44 | #define SYSDATA_DIR "sysdata" | 44 | #define SYSDATA_DIR "sysdata" |
| 45 | #define SYSSAVEDATA_DIR "syssavedata" | ||
| 45 | #define SHADERCACHE_DIR "shader_cache" | 46 | #define SHADERCACHE_DIR "shader_cache" |
| 46 | #define STATESAVES_DIR "state_saves" | 47 | #define STATESAVES_DIR "state_saves" |
| 47 | #define SCREENSHOTS_DIR "screenShots" | 48 | #define SCREENSHOTS_DIR "screenShots" |