summaryrefslogtreecommitdiff
path: root/src/common/common_paths.h
diff options
context:
space:
mode:
authorGravatar bunnei2015-02-25 13:58:25 -0500
committerGravatar bunnei2015-02-25 13:58:25 -0500
commitf7c3193fece0551fa1185aab97cea8a945793308 (patch)
tree3dede33eedbf7bb3e72f09d32370d0c40b10d4e5 /src/common/common_paths.h
parentMerge pull request #609 from lioncash/rem (diff)
parentCommon: Switch to the XDG Base Directory Specification for directory selection. (diff)
downloadyuzu-f7c3193fece0551fa1185aab97cea8a945793308.tar.gz
yuzu-f7c3193fece0551fa1185aab97cea8a945793308.tar.xz
yuzu-f7c3193fece0551fa1185aab97cea8a945793308.zip
Merge pull request #575 from linkmauve/xdg
Switch to the XDG Base Directory Specification for directory selection
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 @@
25 #ifdef USER_DIR 25 #ifdef USER_DIR
26 #define EMU_DATA_DIR USER_DIR 26 #define EMU_DATA_DIR USER_DIR
27 #else 27 #else
28 #define EMU_DATA_DIR ".citra-emu" 28 #define EMU_DATA_DIR "citra-emu"
29 #endif 29 #endif
30#endif 30#endif
31 31