Replace/remove leftover links for citra website and API #1236 (#1250)

* Replace/remove leftover links for citra website and web services #1236

* Fix license headers

* Restore web service settings
This commit is contained in:
RedBlackAka 2025-07-28 19:33:53 +02:00 committed by GitHub
parent 25d7db7bbe
commit a5aecf91bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 13 deletions

View File

@ -471,9 +471,8 @@ deterministic_async_operations =
[WebService]
# URL for Web API
web_api_url = https://api.citra-emu.org
web_api_url =
# Username and token for Citra Web Service
# See https://profile.citra-emu.org/ for more info
citra_username =
citra_token =
)";

View File

@ -3593,7 +3593,7 @@ void GMainWindow::OnCoreError(Core::System::ResultStatus result, std::string det
if (result == Core::System::ResultStatus::ErrorSystemFiles) {
const QString common_message =
tr("%1 is missing. Please <a "
"href='https://citra-emu.org/wiki/"
"href='https://web.archive.org/web/20240304201103/https://citra-emu.org/wiki/"
"dumping-system-archives-and-the-shared-fonts-from-a-3ds-console/'>dump your "
"system archives</a>.<br/>Continuing emulation may result in crashes and bugs.");
@ -3619,11 +3619,11 @@ void GMainWindow::OnCoreError(Core::System::ResultStatus result, std::string det
can_continue = false;
} else {
title = tr("Fatal Error");
message =
tr("A fatal error occurred. "
"<a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Check "
"the log</a> for details."
"<br/>Continuing emulation may result in crashes and bugs.");
message = tr("A fatal error occurred. "
"<a href='https://web.archive.org/web/20240228001712/https://"
"community.citra-emu.org/t/how-to-upload-the-log-file/296'>Check "
"the log</a> for details."
"<br/>Continuing emulation may result in crashes and bugs.");
status_message = tr("Fatal Error encountered");
error_severity_icon = QMessageBox::Icon::Critical;
}

View File

@ -1,4 +1,4 @@
// Copyright 2018 Citra Emulator Project
// Copyright Citra Emulator Project / Azahar Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
@ -100,7 +100,7 @@ ConfigureMotionTouch::ConfigureMotionTouch(QWidget* parent)
ui->udp_learn_more->setOpenExternalLinks(true);
ui->udp_learn_more->setText(
tr("<a "
"href='https://citra-emu.org/wiki/"
"href='https://web.archive.org/web/20240301211230/https://citra-emu.org/wiki/"
"using-a-controller-or-android-phone-for-motion-or-touch-input'><span "
"style=\"text-decoration: underline; color:#039be5;\">Learn More</span></a>"));

View File

@ -1,4 +1,4 @@
// Copyright 2014 Citra Emulator Project
// Copyright Citra Emulator Project / Azahar Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
@ -367,9 +367,8 @@ renderer_debug =
[WebService]
# URL for Web API
web_api_url = https://api.citra-emu.org
web_api_url =
# Username and token for Citra Web Service
# See https://profile.citra-emu.org/ for more info
citra_username =
citra_token =