diff options
author | VolcaEM <63682805+VolcaEM@users.noreply.github.com> | 2020-06-26 18:50:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-26 18:50:28 +0200 |
commit | 0b86c7eb6a22528f41e94500bb7eba55cd3c3217 (patch) | |
tree | 38631635c85eb23d847ee4640097609de9aeb017 /src | |
parent | Update function name (1/2) (diff) | |
download | yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.tar yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.tar.gz yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.tar.bz2 yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.tar.lz yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.tar.xz yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.tar.zst yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 267b0e75d..d12f7c074 100644 --- a/src/yuzu/main.cpp +++ b/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/"))); } |