From 593ec7fa74cf01819b0e3e29ddd3b1d3ba339090 Mon Sep 17 00:00:00 2001 From: freiro Date: Sat, 26 Nov 2016 22:57:36 +0100 Subject: [PATCH] Move to AppData/Roaming/Citra/ --- src/common/common_paths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/common_paths.h b/src/common/common_paths.h index a5342a610..37304d236 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h @@ -19,7 +19,7 @@ #define EMU_DATA_DIR USER_DIR #else #ifdef _WIN32 -#define EMU_DATA_DIR "Citra Emulator" +#define EMU_DATA_DIR "Citra" #else #define EMU_DATA_DIR "citra-emu" #endif