UICommon: Use NORMAL_USER_DIR for Windows

This commit is contained in:
OatmealDome
2023-01-17 14:14:05 -05:00
parent 5e3d77adae
commit 7f962a4146
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
#define ROOT_DIR "."
#ifdef _WIN32
#define PORTABLE_USER_DIR "User"
#define NORMAL_USER_DIR "Dolphin"
#define NORMAL_USER_DIR "Dolphin Emulator"
#elif defined __APPLE__
// On OS X, PORTABLE_USER_DIR exists within the .app, but *always* reference
// the copy in Application Support instead! (Copied on first run)