From 129ad721c1680a6ec37a8083229d6845d6f06d1d Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 16 Feb 2015 03:15:34 +0000 Subject: 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. --- src/common/common_paths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/common_paths.h') diff --git a/src/common/common_paths.h b/src/common/common_paths.h index 0ecf2d9d..eb43d589 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 -- cgit v1.2.3