diff --git a/externals/glad/Readme.md b/externals/glad/Readme.md
index 2afcc5b69..eb8cf0871 100644
--- a/externals/glad/Readme.md
+++ b/externals/glad/Readme.md
@@ -6,6 +6,6 @@ python -m glad --profile core --out-path glad/ --api "gl=4.3,gles2=3.2" --genera
You can also generate the source using [this site](https://glad.dav1d.de/):
1. Select '4.3' for GL, '3.2' for GLES2, and 'Core' for Profile.
-2. Input the currently supported extensions from [here](https://github.com/citra-emu/citra/blob/master/externals/glad/include/glad/glad.h#L9), plus any new required extensions.
+2. Input the currently supported extensions from [here](https://github.com/Lime3DS/Lime3DS/blob/master/externals/glad/include/glad/glad.h#L9), plus any new required extensions.
3. Click Generate and download the generated source zip.
4. Unzip the new source over the current glad source files.
\ No newline at end of file
diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml
index f7d3596d4..1dc3fc5c8 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -3,7 +3,7 @@
Lime3DS
- This software will run games for the Nintendo 3DS handheld game console. No game titles are included.\n\nBefore you can begin with emulating, please select a folder to store Lime3DS\'s user data in.\n\nWhat\'s this:\nWiki - Lime3DS Android user data and storage
+ This software will run games for the Nintendo 3DS handheld game console. No game titles are included.\n\nBefore you can begin with emulating, please select a folder to store Lime3DS\'s user data in.\n\nWhat\'s this:\nWiki - Lime3DS Android user data and storage
Lime3DS
Lime3DS
Lime3DS emulator notifications
@@ -83,16 +83,16 @@
Permission denied
Skip selecting games folder?
Games won\'t be displayed in the Games list if a folder isn\'t selected.
- https://citra-emu.org/wiki/dumping-game-cartridges/
+ https://web.archive.org/web/20240304210021/https://citra-emu.org/wiki/dumping-game-cartridges/
Help
Skip
Cancel
Select User Folder
- user data directory with the button below.]]>
+ user data directory with the button below.]]>
Select
You can\'t skip this step
This step is required to allow Lime3DS to work. Please select a directory and then you can continue.
- https://github.com/citra-emu/citra/wiki/Citra-Android-user-data-and-storage
+ https://web.archive.org/web/20240304193549/https://github.com/citra-emu/citra/wiki/Citra-Android-user-data-and-storage
Search and Filter Games
@@ -146,7 +146,7 @@
Download
Start
Lime3DS is missing keys to download system files.
- How to get keys?]]>
+ How to get keys?]]>
Show HOME menu apps in games list
Run System Setup when the HOME Menu is launched
Minimal
@@ -296,7 +296,7 @@
Learn More
Close
Reset to Default
- game cartidges or installed titles.]]>
+ game cartidges or installed titles.]]>
Default
None
Auto
diff --git a/src/lime/lime.cpp b/src/lime/lime.cpp
index 5e882f6b0..e04eaef7a 100644
--- a/src/lime/lime.cpp
+++ b/src/lime/lime.cpp
@@ -417,7 +417,8 @@ int main(int argc, char** argv) {
LOG_CRITICAL(Frontend, "The game that you are trying to load must be decrypted before "
"being used with Lime. \n\n For more information on dumping and "
"decrypting games, please refer to: "
- "https://citra-emu.org/wiki/dumping-game-cartridges/");
+ "https://web.archive.org/web/20240304210021/https://citra-emu.org/"
+ "wiki/dumping-game-cartridges/");
return -1;
case Core::System::ResultStatus::ErrorLoader_ErrorInvalidFormat:
LOG_CRITICAL(Frontend, "Error while loading ROM: The ROM format is not supported.");
diff --git a/src/lime_qt/configuration/configure_system.cpp b/src/lime_qt/configuration/configure_system.cpp
index 488d943c7..11f1f029a 100644
--- a/src/lime_qt/configuration/configure_system.cpp
+++ b/src/lime_qt/configuration/configure_system.cpp
@@ -270,7 +270,8 @@ ConfigureSystem::ConfigureSystem(Core::System& system_, QWidget* parent)
ui->label_nus_download->setOpenExternalLinks(true);
ui->label_nus_download->setText(
tr("Lime3DS is missing keys to download system files.
How to get keys?"));
}
diff --git a/src/lime_qt/main.cpp b/src/lime_qt/main.cpp
index 57be4be98..f0b0ed97d 100644
--- a/src/lime_qt/main.cpp
+++ b/src/lime_qt/main.cpp
@@ -1183,9 +1183,13 @@ bool GMainWindow::LoadROM(const QString& filename) {
QMessageBox::critical(
this, tr("Invalid ROM Format"),
tr("Your ROM format is not supported.
Please follow the guides to redump your "
- "game "
+ "game "
"cartridges or "
- "installed "
+ "installed "
"titles."));
break;
@@ -1194,9 +1198,13 @@ bool GMainWindow::LoadROM(const QString& filename) {
QMessageBox::critical(
this, tr("ROM Corrupted"),
tr("Your ROM is corrupted.
Please follow the guides to redump your "
- "game "
+ "game "
"cartridges or "
- "installed "
+ "installed "
"titles."));
break;
@@ -1204,9 +1212,13 @@ bool GMainWindow::LoadROM(const QString& filename) {
QMessageBox::critical(
this, tr("ROM Encrypted"),
tr("Your ROM is encrypted.
Please follow the guides to redump your "
- "game "
+ "game "
"cartridges or "
- "installed "
+ "installed "
"titles."));
break;
}
@@ -1214,9 +1226,13 @@ bool GMainWindow::LoadROM(const QString& filename) {
QMessageBox::critical(
this, tr("Invalid ROM Format"),
tr("Your ROM format is not supported.
Please follow the guides to redump your "
- "game "
+ "game "
"cartridges or "
- "installed "
+ "installed "
"titles."));
break;