mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-24 10:15:40 +01:00
yuzu.cpp: Update Link from citra to yuzu
This commit is contained in:
parent
91e67ed430
commit
10d6b07161
@ -147,7 +147,7 @@ int main(int argc, char** argv) {
|
|||||||
LOG_CRITICAL(Frontend, "The game that you are trying to load must be decrypted before "
|
LOG_CRITICAL(Frontend, "The game that you are trying to load must be decrypted before "
|
||||||
"being used with yuzu. \n\n For more information on dumping and "
|
"being used with yuzu. \n\n For more information on dumping and "
|
||||||
"decrypting games, please refer to: "
|
"decrypting games, please refer to: "
|
||||||
"https://citra-emu.org/wiki/dumping-game-cartridges/");
|
"https://yuzu-emu.org/wiki/dumping-game-cartridges/");
|
||||||
return -1;
|
return -1;
|
||||||
case Core::System::ResultStatus::ErrorLoader_ErrorInvalidFormat:
|
case Core::System::ResultStatus::ErrorLoader_ErrorInvalidFormat:
|
||||||
LOG_CRITICAL(Frontend, "Error while loading ROM: The ROM format is not supported.");
|
LOG_CRITICAL(Frontend, "Error while loading ROM: The ROM format is not supported.");
|
||||||
|
Loading…
Reference in New Issue
Block a user