mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-07 07:29: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]
|
[WebService]
|
||||||
# URL for Web API
|
# URL for Web API
|
||||||
web_api_url = https://api.citra-emu.org
|
web_api_url =
|
||||||
# Username and token for Citra Web Service
|
# Username and token for Citra Web Service
|
||||||
# See https://profile.citra-emu.org/ for more info
|
|
||||||
citra_username =
|
citra_username =
|
||||||
citra_token =
|
citra_token =
|
||||||
)";
|
)";
|
||||||
|
|||||||
@ -3593,7 +3593,7 @@ void GMainWindow::OnCoreError(Core::System::ResultStatus result, std::string det
|
|||||||
if (result == Core::System::ResultStatus::ErrorSystemFiles) {
|
if (result == Core::System::ResultStatus::ErrorSystemFiles) {
|
||||||
const QString common_message =
|
const QString common_message =
|
||||||
tr("%1 is missing. Please <a "
|
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 "
|
"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.");
|
"system archives</a>.<br/>Continuing emulation may result in crashes and bugs.");
|
||||||
|
|
||||||
@ -3619,9 +3619,9 @@ void GMainWindow::OnCoreError(Core::System::ResultStatus result, std::string det
|
|||||||
can_continue = false;
|
can_continue = false;
|
||||||
} else {
|
} else {
|
||||||
title = tr("Fatal Error");
|
title = tr("Fatal Error");
|
||||||
message =
|
message = tr("A fatal error occurred. "
|
||||||
tr("A fatal error occurred. "
|
"<a href='https://web.archive.org/web/20240228001712/https://"
|
||||||
"<a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Check "
|
"community.citra-emu.org/t/how-to-upload-the-log-file/296'>Check "
|
||||||
"the log</a> for details."
|
"the log</a> for details."
|
||||||
"<br/>Continuing emulation may result in crashes and bugs.");
|
"<br/>Continuing emulation may result in crashes and bugs.");
|
||||||
status_message = tr("Fatal Error encountered");
|
status_message = tr("Fatal Error encountered");
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
// Copyright 2018 Citra Emulator Project
|
// Copyright Citra Emulator Project / Azahar Emulator Project
|
||||||
// Licensed under GPLv2 or any later version
|
// Licensed under GPLv2 or any later version
|
||||||
// Refer to the license.txt file included.
|
// 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->setOpenExternalLinks(true);
|
||||||
ui->udp_learn_more->setText(
|
ui->udp_learn_more->setText(
|
||||||
tr("<a "
|
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 "
|
"using-a-controller-or-android-phone-for-motion-or-touch-input'><span "
|
||||||
"style=\"text-decoration: underline; color:#039be5;\">Learn More</span></a>"));
|
"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
|
// Licensed under GPLv2 or any later version
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
@ -367,9 +367,8 @@ renderer_debug =
|
|||||||
|
|
||||||
[WebService]
|
[WebService]
|
||||||
# URL for Web API
|
# URL for Web API
|
||||||
web_api_url = https://api.citra-emu.org
|
web_api_url =
|
||||||
# Username and token for Citra Web Service
|
# Username and token for Citra Web Service
|
||||||
# See https://profile.citra-emu.org/ for more info
|
|
||||||
citra_username =
|
citra_username =
|
||||||
citra_token =
|
citra_token =
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user