Qt: Don't allocate a console when loading settings

This commit is contained in:
Connor McLaughlin 2021-01-09 01:53:11 +10:00
parent 9d7f4523b0
commit 64fc560314
1 changed files with 0 additions and 1 deletions

View File

@ -719,7 +719,6 @@ void QtHostInterface::OnSystemStateSaved(bool global, s32 slot)
void QtHostInterface::LoadSettings()
{
m_settings_interface = std::make_unique<INISettingsInterface>(CommonHostInterface::GetSettingsFileName());
Log::SetConsoleOutputParams(true);
if (!CommonHostInterface::CheckSettings(*m_settings_interface.get()))
{