summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/common_paths.h6
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