aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/common_paths.h
diff options
context:
space:
mode:
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 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