mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -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();
|
const auto current_backend = backend->GetName();
|
||||||
if (SConfig::GetInstance().m_strVideoBackend != current_backend)
|
if (SConfig::GetInstance().m_strVideoBackend != current_backend)
|
||||||
{
|
{
|
||||||
SConfig::GetInstance().m_strVideoBackend = current_backend;
|
|
||||||
|
|
||||||
if (backend->GetName() == "Software Renderer")
|
if (backend->GetName() == "Software Renderer")
|
||||||
{
|
{
|
||||||
QMessageBox confirm_sw;
|
QMessageBox confirm_sw;
|
||||||
|
Reference in New Issue
Block a user