yuzu-qt: Update API Text for broken Vulkan

Otherwise caused a blue Vulkan badge to appear in the status bar.
This commit is contained in:
lat9nq 2023-09-05 17:59:10 -04:00
parent d078cff269
commit e4ebabcd5b
1 changed files with 1 additions and 0 deletions

View File

@ -444,6 +444,7 @@ GMainWindow::GMainWindow(std::unique_ptr<Config> config_, bool has_broken_vulkan
Settings::values.renderer_backend = Settings::RendererBackend::OpenGL;
UpdateAPIText();
renderer_status_button->setDisabled(true);
renderer_status_button->setChecked(false);
} else {