diff options
author | bunnei <bunneidev@gmail.com> | 2014-12-29 23:00:54 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-12-29 23:00:54 -0500 |
commit | 66f70143c3ac4c4733ae3779b2d0e27e4dec1a68 (patch) | |
tree | 34b388e1f581edf4d1260e1aa4b61403635e7ffb /src/common/common_paths.h | |
parent | 3d14eb285382740b144e5b047cb2ad072f6129ea (diff) | |
parent | 545ded954d5276729a5c1a49457439a6b0e93ade (diff) |
Merge pull request #364 from Subv/master
Archives: Implemented ExtSaveData and SharedExtSaveData
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 9d62a8368..d3f0702bc 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 EXTSAVEDATA_DIR "extsavedata" #define SAVEDATA_DIR "savedata" #define SYSDATA_DIR "sysdata" #define SYSSAVEDATA_DIR "syssavedata" |