Qt/SoftwareRendererWidget: Fix backend info not getting updated properly

This commit is contained in:
spycrab
2018-05-19 17:52:53 +02:00
parent c6bd237534
commit ef803613d0
3 changed files with 18 additions and 13 deletions

View File

@ -201,12 +201,6 @@ void GeneralWidget::SaveSettings()
return;
}
}
SConfig::GetInstance().m_strVideoBackend = current_backend;
g_Config.Refresh();
g_video_backend = backend.get();
g_video_backend->InitBackendInfo();
emit BackendChanged(QString::fromStdString(current_backend));
break;
}