Skip to content

Commit

Permalink
Qt/GeneralWidget: Fix "No" response to backend switch confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
spycrab committed May 10, 2018
1 parent b7b6b51 commit 6a34f2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/DolphinQt2/Config/Graphics/GeneralWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6a34f2b

Please sign in to comment.