change registry flag

This commit is contained in:
Nayla Hanegan 2025-01-03 16:54:19 -05:00
commit 813d535002
6 changed files with 14 additions and 10 deletions

View file

@ -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