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.
This commit is contained in:
Emmanuel Gil Peyrot 2015-02-16 03:15:34 +00:00
parent 40d1f9045a
commit 129ad721c1
2 changed files with 69 additions and 10 deletions

View file

@ -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