diff options
author | bunnei <bunneidev@gmail.com> | 2015-02-25 13:58:25 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-02-25 13:58:25 -0500 |
commit | f7c3193fece0551fa1185aab97cea8a945793308 (patch) | |
tree | 3dede33eedbf7bb3e72f09d32370d0c40b10d4e5 /src/common/common_paths.h | |
parent | 593e74ce3ddb897513ed4c5076d5f9b51ea75301 (diff) | |
parent | 129ad721c1680a6ec37a8083229d6845d6f06d1d (diff) |
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.h | 2 |
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 |