VolcaEM
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
src/yuzu/main.cpp
|
|
|
@ -838,7 +838,8 @@ void GMainWindow::ConnectMenuEvents() { |
|
|
|
connect(ui.action_Report_Compatibility, &QAction::triggered, this, |
|
|
|
&GMainWindow::OnMenuReportCompatibility); |
|
|
|
connect(ui.action_Open_Mods_Page, &QAction::triggered, this, &GMainWindow::OnOpenModsPage); |
|
|
|
connect(ui.action_Open_Quickstart_Guide, &QAction::triggered, this, &GMainWindow::OnQuickstartGuide); |
|
|
|
connect(ui.action_Open_Quickstart_Guide, &QAction::triggered, this, |
|
|
|
&GMainWindow::OnQuickstartGuide); |
|
|
|
connect(ui.action_Open_FAQ, &QAction::triggered, this, &GMainWindow::OnFAQ); |
|
|
|
connect(ui.action_Restart, &QAction::triggered, this, [this] { BootGame(QString(game_path)); }); |
|
|
|
connect(ui.action_Configure, &QAction::triggered, this, &GMainWindow::OnConfigure); |
|
|
|
|