mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt/GeneralWidget: Refresh backend settings properly
This commit is contained in:
@ -201,7 +201,11 @@ void GeneralWidget::SaveSettings()
|
||||
}
|
||||
}
|
||||
SConfig::GetInstance().m_strVideoBackend = current_backend;
|
||||
backend->InitBackendInfo();
|
||||
|
||||
g_Config.Refresh();
|
||||
|
||||
g_video_backend = backend.get();
|
||||
g_video_backend->InitBackendInfo();
|
||||
emit BackendChanged(QString::fromStdString(current_backend));
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user