diff --git a/Source/Core/DolphinWX/Main.cpp b/Source/Core/DolphinWX/Main.cpp index a462dcfeb1..7df2d3ef71 100644 --- a/Source/Core/DolphinWX/Main.cpp +++ b/Source/Core/DolphinWX/Main.cpp @@ -119,6 +119,10 @@ bool DolphinApp::OnInit() ParseCommandLine(); +#ifdef _WIN32 + FreeConsole(); +#endif + UICommon::SetUserDirectory(m_user_path.ToStdString()); UICommon::CreateDirectories(); InitLanguageSupport(); // The language setting is loaded from the user directory