mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Merge pull request #2129 from Sonicadvance1/shuffle_user_dir
Move user directory detection location to UICommon.
This commit is contained in:
commit
1dcd0ad879
8 changed files with 99 additions and 68 deletions
|
@ -324,6 +324,7 @@ int main(int argc, char* argv[])
|
|||
return 1;
|
||||
}
|
||||
|
||||
UICommon::SetUserDirectory(""); // Auto-detect user folder
|
||||
UICommon::Init();
|
||||
|
||||
platform->Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue