Merge pull request #8564 from lat9nq/dinner-fork

yuzu: Streamline broken Vulkan handling
This commit is contained in:
bunnei
2022-07-25 12:12:41 -07:00
committed by GitHub
12 changed files with 181 additions and 124 deletions

View File

@ -118,7 +118,7 @@ class GMainWindow : public QMainWindow {
public:
void filterBarSetChecked(bool state);
void UpdateUITheme();
explicit GMainWindow();
explicit GMainWindow(bool has_broken_vulkan);
~GMainWindow() override;
bool DropAction(QDropEvent* event);