Browse Source

Move to AppData/Roaming/Citra/

nce_cpp
freiro 9 years ago
parent
commit
dba46c0b01
  1. 2
      src/common/common_paths.h

2
src/common/common_paths.h

@ -19,7 +19,7 @@
#define EMU_DATA_DIR USER_DIR #define EMU_DATA_DIR USER_DIR
#else #else
#ifdef _WIN32 #ifdef _WIN32
#define EMU_DATA_DIR "Citra Emulator"
#define EMU_DATA_DIR "Citra"
#else #else
#define EMU_DATA_DIR "citra-emu" #define EMU_DATA_DIR "citra-emu"
#endif #endif

Loading…
Cancel
Save