Merge pull request #13077 from Dentomologist/graphicswindow_fix_first_opening_during_emulation_startup_crash

GraphicsWindow: Fix crash when opening for the first time during emulation startup
This commit is contained in:
Tilka
2024-09-27 05:38:37 +01:00
committed by GitHub
4 changed files with 6 additions and 13 deletions

View File

@ -67,7 +67,7 @@ void GraphicsWindow::CreateMainLayout()
void GraphicsWindow::OnBackendChanged(const QString& backend_name)
{
VideoBackendBase::PopulateBackendInfoFromUI(m_main_window->GetWindowSystemInfo());
VideoBackendBase::PopulateBackendInfo(m_main_window->GetWindowSystemInfo());
setWindowTitle(
tr("%1 Graphics Configuration").arg(tr(g_video_backend->GetDisplayName().c_str())));