From 64fc560314d8f77714c59dd4fa58931215062501 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 9 Jan 2021 01:53:11 +1000 Subject: [PATCH] Qt: Don't allocate a console when loading settings --- src/duckstation-qt/qthostinterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/duckstation-qt/qthostinterface.cpp b/src/duckstation-qt/qthostinterface.cpp index 1d26202d2..094cc8a43 100644 --- a/src/duckstation-qt/qthostinterface.cpp +++ b/src/duckstation-qt/qthostinterface.cpp @@ -719,7 +719,6 @@ void QtHostInterface::OnSystemStateSaved(bool global, s32 slot) void QtHostInterface::LoadSettings() { m_settings_interface = std::make_unique(CommonHostInterface::GetSettingsFileName()); - Log::SetConsoleOutputParams(true); if (!CommonHostInterface::CheckSettings(*m_settings_interface.get())) {