VolcaEM
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu/main.cpp
|
|
|
@ -1824,7 +1824,7 @@ void GMainWindow::OnOpenModsPage() { |
|
|
|
OpenURL(QUrl(QStringLiteral("https://github.com/yuzu-emu/yuzu/wiki/Switch-Mods"))); |
|
|
|
} |
|
|
|
|
|
|
|
void GMainWindow::OnQuickstartGuide() { |
|
|
|
void GMainWindow::OnOpenQuickstartGuide() { |
|
|
|
OpenURL(QUrl(QStringLiteral("https://yuzu-emu.org/help/quickstart/"))); |
|
|
|
} |
|
|
|
|
|
|
|
|