summaryrefslogtreecommitdiff
path: root/src/common/common_paths.h
diff options
context:
space:
mode:
authorGravatar bunnei2014-09-22 22:00:47 -0400
committerGravatar bunnei2014-09-22 22:00:47 -0400
commit07af9a587cb1a0e30ae050315cdbd8246e179b1c (patch)
tree07e58711357cec5f368c4544c535b47c7751c678 /src/common/common_paths.h
parentMerge pull request #70 from linkmauve/master (diff)
parentUse the citra user path for the sdmc directory (diff)
downloadyuzu-07af9a587cb1a0e30ae050315cdbd8246e179b1c.tar.gz
yuzu-07af9a587cb1a0e30ae050315cdbd8246e179b1c.tar.xz
yuzu-07af9a587cb1a0e30ae050315cdbd8246e179b1c.zip
Merge pull request #116 from archshift/sdmc-dir
Use the citra user path for the sdmc directory
Diffstat (limited to 'src/common/common_paths.h')
-rw-r--r--src/common/common_paths.h1
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 @@
52#define GAMECONFIG_DIR "game_config" 52#define GAMECONFIG_DIR "game_config"
53#define MAPS_DIR "maps" 53#define MAPS_DIR "maps"
54#define CACHE_DIR "cache" 54#define CACHE_DIR "cache"
55#define SDMC_DIR "sdmc"
55#define SHADERCACHE_DIR "shader_cache" 56#define SHADERCACHE_DIR "shader_cache"
56#define STATESAVES_DIR "state_saves" 57#define STATESAVES_DIR "state_saves"
57#define SCREENSHOTS_DIR "screenShots" 58#define SCREENSHOTS_DIR "screenShots"