mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-14 05:52:32 -05:00
Qt/SoftwareRendererWidget: Fix backend info not getting updated properly
This commit is contained in:
@@ -133,10 +133,7 @@ void SoftwareRendererWidget::SaveSettings()
|
||||
{
|
||||
const auto backend_name = backend->GetName();
|
||||
if (backend_name != SConfig::GetInstance().m_strVideoBackend)
|
||||
{
|
||||
SConfig::GetInstance().m_strVideoBackend = backend_name;
|
||||
emit BackendChanged(QString::fromStdString(backend_name));
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user