mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Move user directory detection location to UICommon.
The UI should decide on where it wants the user directory, not our core system. This is in anticipation of some upcoming work on Android which will need proper user directory setting.
This commit is contained in:
@ -42,6 +42,7 @@ int main(int argc, char* argv[])
|
||||
app.setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
// TODO: Add command line options
|
||||
|
||||
UICommon::SetUserDirectory(""); // Auto-detect user folder
|
||||
UICommon::CreateDirectories();
|
||||
UICommon::Init();
|
||||
|
||||
|
Reference in New Issue
Block a user