summaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-07-25 12:12:41 -0700
committerGitHub <noreply@github.com>2022-07-25 12:12:41 -0700
commit1bcde9dd9879fc2677695e9283f2fe1d68c935b2 (patch)
tree8653a5c7a234ab22b606b4a765ff3c1cbb3e3d74 /src/yuzu/main.h
parent591d1f1b09d2af6e432d4fb27af3321919758c0c (diff)
parent7d9369d15ea6061e4b3a48cc8dbe442501a86ba1 (diff)
Merge pull request #8564 from lat9nq/dinner-fork
yuzu: Streamline broken Vulkan handling
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 09e37f152..27204f5a2 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -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);