diff options
| author | 2014-12-11 23:34:55 -0500 | |
|---|---|---|
| committer | 2014-12-12 00:15:47 -0500 | |
| commit | 5bac72282a340ca30e19efe2cdf6e48699d7ebfd (patch) | |
| tree | 7ab3e92aff8856e962c1017291e2cebdc79a2ef2 /src/common/common_paths.h | |
| parent | MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP. (diff) | |
| download | yuzu-5bac72282a340ca30e19efe2cdf6e48699d7ebfd.tar.gz yuzu-5bac72282a340ca30e19efe2cdf6e48699d7ebfd.tar.xz yuzu-5bac72282a340ca30e19efe2cdf6e48699d7ebfd.zip | |
Common: Add "sysdata" to GetUserPath and cleanup.
Diffstat (limited to 'src/common/common_paths.h')
| -rw-r--r-- | src/common/common_paths.h | 14 |
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" |