mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Qt/GeneralWidget: Refresh backend settings properly
This commit is contained in:
parent
7b0d7799b5
commit
b7b6b5162c
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue