mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Qt/GeneralWidget: Fix "No" response to backend switch confirmation
This commit is contained in:
parent
b7b6b5162c
commit
6a34f2b47c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user