mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
change registry flag
This commit is contained in:
parent
b7b9fe5369
commit
813d535002
6 changed files with 14 additions and 10 deletions
|
@ -12,13 +12,13 @@
|
|||
|
||||
// The normal user directory
|
||||
#ifdef _WIN32
|
||||
#define NORMAL_USER_DIR "Dolphin Emulator"
|
||||
#define NORMAL_USER_DIR "Dolphin MPN"
|
||||
#elif defined(__APPLE__)
|
||||
#define NORMAL_USER_DIR "Library/Application Support/Dolphin"
|
||||
#define NORMAL_USER_DIR "Library/Application Support/Dolphin MPN"
|
||||
#elif defined(ANDROID)
|
||||
#define NORMAL_USER_DIR "/sdcard/dolphin-emu"
|
||||
#define NORMAL_USER_DIR "/sdcard/dolphin-mpn"
|
||||
#else
|
||||
#define NORMAL_USER_DIR "dolphin-emu"
|
||||
#define NORMAL_USER_DIR "dolphin-mpn"
|
||||
#endif
|
||||
|
||||
// The portable user directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue