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;