summaryrefslogtreecommitdiff
path: root/src/common/common_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/common_paths.h')
-rw-r--r--src/common/common_paths.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/common/common_paths.h b/src/common/common_paths.h
index ae08d082a..95479a529 100644
--- a/src/common/common_paths.h
+++ b/src/common/common_paths.h
@@ -29,19 +29,6 @@
29 #endif 29 #endif
30#endif 30#endif
31 31
32// Shared data dirs (Sys and shared User for linux)
33#ifdef _WIN32
34 #define SYSDATA_DIR "sys"
35#else
36 #ifdef DATA_DIR
37 #define SYSDATA_DIR DATA_DIR "sys"
38 #define SHARED_USER_DIR DATA_DIR USERDATA_DIR DIR_SEP
39 #else
40 #define SYSDATA_DIR "sys"
41 #define SHARED_USER_DIR ROOT_DIR DIR_SEP USERDATA_DIR DIR_SEP
42 #endif
43#endif
44
45// Dirs in both User and Sys 32// Dirs in both User and Sys
46#define EUR_DIR "EUR" 33#define EUR_DIR "EUR"
47#define USA_DIR "USA" 34#define USA_DIR "USA"
@@ -53,6 +40,7 @@
53#define MAPS_DIR "maps" 40#define MAPS_DIR "maps"
54#define CACHE_DIR "cache" 41#define CACHE_DIR "cache"
55#define SDMC_DIR "sdmc" 42#define SDMC_DIR "sdmc"
43#define SYSDATA_DIR "sysdata"
56#define SHADERCACHE_DIR "shader_cache" 44#define SHADERCACHE_DIR "shader_cache"
57#define STATESAVES_DIR "state_saves" 45#define STATESAVES_DIR "state_saves"
58#define SCREENSHOTS_DIR "screenShots" 46#define SCREENSHOTS_DIR "screenShots"