aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/common_paths.h
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-02-16 03:15:34 +0000
committerGravatar Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-02-25 05:27:13 +0100
commit129ad721c1680a6ec37a8083229d6845d6f06d1d (patch)
tree2d535645a932b59ea8b741b9e48bc39f00ddc8ae /src/common/common_paths.h
parent40d1f9045aacdad801dea984812b8e2a59b320c9 (diff)
Common: Switch to the XDG Base Directory Specification for directory selection.
This allows for easily movable and independent configuration and data directories, using standardized paths.
Diffstat (limited to 'src/common/common_paths.h')
-rw-r--r--src/common/common_paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common_paths.h b/src/common/common_paths.h
index 0ecf2d9d..eb43d589 100644
--- a/src/common/common_paths.h
+++ b/src/common/common_paths.h
@@ -25,7 +25,7 @@
#ifdef USER_DIR
#define EMU_DATA_DIR USER_DIR
#else
- #define EMU_DATA_DIR ".citra-emu"
+ #define EMU_DATA_DIR "citra-emu"
#endif
#endif