diff options
author | lat9nq <lat9nq@gmail.com> | 2022-07-10 11:29:10 -0400 |
---|---|---|
committer | lat9nq <lat9nq@gmail.com> | 2022-09-04 21:36:04 -0400 |
commit | f958cbc737542332ed4de9cf503fa4a8d1106564 (patch) | |
tree | 70f7b4ddbdeb1bb0aa68f95ad4494a6b5a8de1a4 /src/yuzu/main.h | |
parent | 3faa1c54b674dc274b36bcc09605341472f11fa2 (diff) |
yuzu: Use a debugger to generate minidumps
yuzu: Move mini_dump out of core
startup_checks: Better exception handling
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 1ae2b93d9..716aef063 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -120,7 +120,7 @@ class GMainWindow : public QMainWindow { public: void filterBarSetChecked(bool state); void UpdateUITheme(); - explicit GMainWindow(bool has_broken_vulkan); + explicit GMainWindow(std::unique_ptr<Config> config_, bool has_broken_vulkan); ~GMainWindow() override; bool DropAction(QDropEvent* event); |