diff options
author | Subv <subv2112@gmail.com> | 2014-12-16 06:33:41 +0100 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2014-12-18 01:21:38 +0100 |
commit | ea9ce0fba776eef8f9e4f3a86e71256091732a14 (patch) | |
tree | 9e698ba00993a4aff1df4d60f9fcf3cf135ee76c /src/common/common_paths.h | |
parent | Merge pull request #293 from lioncash/sops (diff) | |
download | yuzu-ea9ce0fba776eef8f9e4f3a86e71256091732a14.tar yuzu-ea9ce0fba776eef8f9e4f3a86e71256091732a14.tar.gz yuzu-ea9ce0fba776eef8f9e4f3a86e71256091732a14.tar.bz2 yuzu-ea9ce0fba776eef8f9e4f3a86e71256091732a14.tar.lz yuzu-ea9ce0fba776eef8f9e4f3a86e71256091732a14.tar.xz yuzu-ea9ce0fba776eef8f9e4f3a86e71256091732a14.tar.zst yuzu-ea9ce0fba776eef8f9e4f3a86e71256091732a14.zip |
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 42e1a29c1..a86889756 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h @@ -40,6 +40,7 @@ #define MAPS_DIR "maps" #define CACHE_DIR "cache" #define SDMC_DIR "sdmc" +#define SAVEDATA_DIR "savedata" #define SYSDATA_DIR "sysdata" #define SHADERCACHE_DIR "shader_cache" #define STATESAVES_DIR "state_saves" |