瀏覽代碼

Move to AppData/Roaming/Citra/

freiro 9 年之前
父節點
當前提交
593ec7fa74
共有 1 個文件被更改,包括 1 次插入1 次删除
  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