diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 476826e782..dd851faadd 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -1528,7 +1528,6 @@ void GMainWindow::ConnectMenuEvents() { connect_menu(ui->action_Pause, &GMainWindow::OnPauseContinueGame); connect_menu(ui->action_Stop, &GMainWindow::OnStopGame); connect_menu(ui->action_Report_Compatibility, &GMainWindow::OnMenuReportCompatibility); - connect_menu(ui->action_Open_Quickstart_Guide, &GMainWindow::OnOpenQuickstartGuide); connect_menu(ui->action_Open_FAQ, &GMainWindow::OnOpenFAQ); connect_menu(ui->action_Restart, &GMainWindow::OnRestartGame); connect_menu(ui->action_Configure, &GMainWindow::OnConfigure); @@ -1834,9 +1833,7 @@ bool GMainWindow::LoadROM(const QString& filename, Service::AM::FrontendAppletPa tr("Error while loading ROM! %1", "%1 signifies a numeric error code.") .arg(QString::fromStdString(error_code)); const auto description = - tr("%1
Please follow the " - "yuzu quickstart guide to redump your files.
You can refer " - "to the yuzu wiki or the yuzu Discord for help.", + tr("%1
This software is provided as-is without any warranty or support.
Please refer to community resources or documentation for assistance.", "%1 signifies an error string.") .arg(QString::fromStdString( GetResultStatusString(static_cast(error_id)))); @@ -3561,10 +3558,6 @@ void GMainWindow::OpenURL(const QUrl& url) { } } -void GMainWindow::OnOpenQuickstartGuide() { - OpenURL(QUrl(QStringLiteral("https://yuzu-emu.org/help/quickstart/"))); -} - void GMainWindow::OnOpenFAQ() { OpenURL(QUrl(QStringLiteral("https://yuzu-emu.org/wiki/faq/"))); } diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 9df32bdbc1..5fcc8b6a0b 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -340,7 +340,6 @@ private slots: void OnStopGame(); void OnPrepareForSleep(bool prepare_sleep); void OnMenuReportCompatibility(); - void OnOpenQuickstartGuide(); void OnOpenFAQ(); /// Called whenever a user selects a game in the game list widget. void OnGameListLoadFile(QString game_path, u64 program_id); diff --git a/src/yuzu/main.ui b/src/yuzu/main.ui index 5749294efa..9281354554 100644 --- a/src/yuzu/main.ui +++ b/src/yuzu/main.ui @@ -373,11 +373,6 @@ Open &Mods Page - - - Open &Quickstart Guide - - &FAQ