diff options
author | bunnei <bunneidev@gmail.com> | 2014-12-12 05:34:55 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-12-12 06:15:47 +0100 |
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 yuzu-5bac72282a340ca30e19efe2cdf6e48699d7ebfd.tar.gz yuzu-5bac72282a340ca30e19efe2cdf6e48699d7ebfd.tar.bz2 yuzu-5bac72282a340ca30e19efe2cdf6e48699d7ebfd.tar.lz yuzu-5bac72282a340ca30e19efe2cdf6e48699d7ebfd.tar.xz yuzu-5bac72282a340ca30e19efe2cdf6e48699d7ebfd.tar.zst yuzu-5bac72282a340ca30e19efe2cdf6e48699d7ebfd.zip |
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 @@ #endif #endif -// Shared data dirs (Sys and shared User for linux) -#ifdef _WIN32 - #define SYSDATA_DIR "sys" -#else - #ifdef DATA_DIR - #define SYSDATA_DIR DATA_DIR "sys" - #define SHARED_USER_DIR DATA_DIR USERDATA_DIR DIR_SEP - #else - #define SYSDATA_DIR "sys" - #define SHARED_USER_DIR ROOT_DIR DIR_SEP USERDATA_DIR DIR_SEP - #endif -#endif - // Dirs in both User and Sys #define EUR_DIR "EUR" #define USA_DIR "USA" @@ -53,6 +40,7 @@ #define MAPS_DIR "maps" #define CACHE_DIR "cache" #define SDMC_DIR "sdmc" +#define SYSDATA_DIR "sysdata" #define SHADERCACHE_DIR "shader_cache" #define STATESAVES_DIR "state_saves" #define SCREENSHOTS_DIR "screenShots" |