mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt/GeneralWidget: Fix "No" response to backend switch confirmation
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user