Browse Source

Move to AppData/Roaming/Citra/

freiro 9 years ago
parent
commit
593ec7fa74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/common_paths.h

+ 1 - 1
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