diff options
| author | 2018-01-11 21:56:15 -0700 | |
|---|---|---|
| committer | 2018-01-12 19:11:05 -0700 | |
| commit | 18ca3ca751ad1596524e473f0ad56253ad4b006f (patch) | |
| tree | 5e34ebea9c5385a9649603ee1f92f59f92c063ba /src/common/common_paths.h | |
| parent | Get yuzu sdl to start compiling (diff) | |
| download | yuzu-18ca3ca751ad1596524e473f0ad56253ad4b006f.tar.gz yuzu-18ca3ca751ad1596524e473f0ad56253ad4b006f.tar.xz yuzu-18ca3ca751ad1596524e473f0ad56253ad4b006f.zip | |
Removing unused settings and yuzu rebranding
Diffstat (limited to 'src/common/common_paths.h')
| -rw-r--r-- | src/common/common_paths.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/common/common_paths.h b/src/common/common_paths.h index d5b510cdb..0a6132dab 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h | |||
| @@ -18,11 +18,7 @@ | |||
| 18 | #ifdef USER_DIR | 18 | #ifdef USER_DIR |
| 19 | #define EMU_DATA_DIR USER_DIR | 19 | #define EMU_DATA_DIR USER_DIR |
| 20 | #else | 20 | #else |
| 21 | #ifdef _WIN32 | 21 | #define EMU_DATA_DIR "yuzu" |
| 22 | #define EMU_DATA_DIR "Citra" | ||
| 23 | #else | ||
| 24 | #define EMU_DATA_DIR "citra-emu" | ||
| 25 | #endif | ||
| 26 | #endif | 22 | #endif |
| 27 | 23 | ||
| 28 | // Dirs in both User and Sys | 24 | // Dirs in both User and Sys |