Qt: Handle Overridden Graphics Backend

This fixes an issue where the game specific graphics backend would be saved as the global setting after playing a game.

This also now displays the currently running graphics backend when looking in the graphics configuration window.
This commit is contained in:
Patrick Ferry
2023-12-23 23:31:52 +00:00
parent 57327be7f3
commit 1c68f4231b
2 changed files with 11 additions and 3 deletions

View File

@ -67,7 +67,6 @@ void GraphicsWindow::CreateMainLayout()
void GraphicsWindow::OnBackendChanged(const QString& backend_name)
{
Config::SetBase(Config::MAIN_GFX_BACKEND, backend_name.toStdString());
VideoBackendBase::PopulateBackendInfoFromUI(m_main_window->GetWindowSystemInfo());
setWindowTitle(