diff options
| author | 2015-02-25 13:58:25 -0500 | |
|---|---|---|
| committer | 2015-02-25 13:58:25 -0500 | |
| commit | f7c3193fece0551fa1185aab97cea8a945793308 (patch) | |
| tree | 3dede33eedbf7bb3e72f09d32370d0c40b10d4e5 /src/common/common_paths.h | |
| parent | Merge pull request #609 from lioncash/rem (diff) | |
| parent | Common: Switch to the XDG Base Directory Specification for directory selection. (diff) | |
| download | yuzu-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.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 @@ | |||
| 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 | ||