1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-04 18:36:31 -05:00

yuzu: Simplify broken Vulkan handling

This commit is contained in:
lat9nq
2022-07-10 16:10:35 -04:00
parent 4f15d9ed6f
commit 33abdfff9b
9 changed files with 65 additions and 115 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);