mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 15:09:58 +01:00
* Replace/remove leftover links for citra website and web services #1236 * Fix license headers * Restore web service settings
This commit is contained in:
parent
25d7db7bbe
commit
a5aecf91bb
@ -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 =
|
||||
)";
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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>"));
|
||||
|
||||
|
||||
@ -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 =
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user