mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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