summaryrefslogtreecommitdiffstats
path: root/src/common/common_paths.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-02-16 04:15:34 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-02-25 05:27:13 +0100
commit129ad721c1680a6ec37a8083229d6845d6f06d1d (patch)
tree2d535645a932b59ea8b741b9e48bc39f00ddc8ae /src/common/common_paths.h
parentMerge pull request #601 from Subv/y2r (diff)
downloadyuzu-129ad721c1680a6ec37a8083229d6845d6f06d1d.tar
yuzu-129ad721c1680a6ec37a8083229d6845d6f06d1d.tar.gz
yuzu-129ad721c1680a6ec37a8083229d6845d6f06d1d.tar.bz2
yuzu-129ad721c1680a6ec37a8083229d6845d6f06d1d.tar.lz
yuzu-129ad721c1680a6ec37a8083229d6845d6f06d1d.tar.xz
yuzu-129ad721c1680a6ec37a8083229d6845d6f06d1d.tar.zst
yuzu-129ad721c1680a6ec37a8083229d6845d6f06d1d.zip
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 0ecf2d9de..eb43d589f 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