mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 01:40:22 +00:00
UICommon: Use NORMAL_USER_DIR for Windows
This commit is contained in:
parent
5e3d77adae
commit
7f962a4146
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue