From 6a34f2b47c4c06b4d1c3d0fcdfb773251cd2ae16 Mon Sep 17 00:00:00 2001 From: spycrab Date: Tue, 8 May 2018 17:16:40 +0200 Subject: [PATCH] Qt/GeneralWidget: Fix "No" response to backend switch confirmation --- Source/Core/DolphinQt2/Config/Graphics/GeneralWidget.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/DolphinQt2/Config/Graphics/GeneralWidget.cpp b/Source/Core/DolphinQt2/Config/Graphics/GeneralWidget.cpp index f2d970cebc..6053420ed9 100644 --- a/Source/Core/DolphinQt2/Config/Graphics/GeneralWidget.cpp +++ b/Source/Core/DolphinQt2/Config/Graphics/GeneralWidget.cpp @@ -173,8 +173,6 @@ void GeneralWidget::SaveSettings() const auto current_backend = backend->GetName(); if (SConfig::GetInstance().m_strVideoBackend != current_backend) { - SConfig::GetInstance().m_strVideoBackend = current_backend; - if (backend->GetName() == "Software Renderer") { QMessageBox confirm_sw;