The emulator is called Lime3DS, not Lime

This commit is contained in:
OpenSauce04 2024-08-11 19:02:14 +01:00
parent 8b2b833d1f
commit 9a5fa363f2
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ labels: ["bug"]
body:
- type: markdown
attributes:
value: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with Lime.
value: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with Lime3DS.
- type: checkboxes
attributes:
label: Is there an existing issue for this?

View File

@ -415,7 +415,7 @@ int main(int argc, char** argv) {
return -1;
case Core::System::ResultStatus::ErrorLoader_ErrorEncrypted:
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 "
"being used with Lime3DS. \n\n For more information on dumping and "
"decrypting games, please refer to: "
"https://web.archive.org/web/20240304210021/https://citra-emu.org/"
"wiki/dumping-game-cartridges/");

View File

@ -2196,7 +2196,7 @@ void GMainWindow::OnCIAInstallReport(Service::AM::InstallStatus status, QString
case Service::AM::InstallStatus::ErrorEncrypted:
QMessageBox::critical(this, tr("Encrypted File"),
tr("%1 must be decrypted "
"before being used with Lime. A real 3DS is required.")
"before being used with Lime3DS. A real 3DS is required.")
.arg(filename));
break;
case Service::AM::InstallStatus::ErrorFileNotFound: