diff options
author | archshift <admin@archshift.com> | 2014-09-21 00:11:38 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-09-21 18:34:33 +0200 |
commit | 1966f7b0ad275e9ef8ea26de32b4fda8129e0998 (patch) | |
tree | 07e58711357cec5f368c4544c535b47c7751c678 /src/common/common_paths.h | |
parent | Merge pull request #70 from linkmauve/master (diff) | |
download | yuzu-1966f7b0ad275e9ef8ea26de32b4fda8129e0998.tar yuzu-1966f7b0ad275e9ef8ea26de32b4fda8129e0998.tar.gz yuzu-1966f7b0ad275e9ef8ea26de32b4fda8129e0998.tar.bz2 yuzu-1966f7b0ad275e9ef8ea26de32b4fda8129e0998.tar.lz yuzu-1966f7b0ad275e9ef8ea26de32b4fda8129e0998.tar.xz yuzu-1966f7b0ad275e9ef8ea26de32b4fda8129e0998.tar.zst yuzu-1966f7b0ad275e9ef8ea26de32b4fda8129e0998.zip |
Diffstat (limited to '')
-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 a36de9227..7cd5b1f35 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h @@ -52,6 +52,7 @@ #define GAMECONFIG_DIR "game_config" #define MAPS_DIR "maps" #define CACHE_DIR "cache" +#define SDMC_DIR "sdmc" #define SHADERCACHE_DIR "shader_cache" #define STATESAVES_DIR "state_saves" #define SCREENSHOTS_DIR "screenShots" |