summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar N00byKing2018-03-26 21:48:18 +0200
committerGravatar GitHub2018-03-26 21:48:18 +0200
commit10d6b07161bcdcdfac1838439057bf0f95cd15ef (patch)
tree5e5a54ef03b3352bd6f5e44160fc9b0245ccb385 /src
parentmain.cpp: Replace Citra with yuzu Wiki Links (diff)
downloadyuzu-10d6b07161bcdcdfac1838439057bf0f95cd15ef.tar.gz
yuzu-10d6b07161bcdcdfac1838439057bf0f95cd15ef.tar.xz
yuzu-10d6b07161bcdcdfac1838439057bf0f95cd15ef.zip
yuzu.cpp: Update Link from citra to yuzu
Diffstat (limited to 'src')
-rw-r--r--src/yuzu_cmd/yuzu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp
index 8f7c75796..261312f62 100644
--- a/src/yuzu_cmd/yuzu.cpp
+++ b/src/yuzu_cmd/yuzu.cpp
@@ -147,7 +147,7 @@ int main(int argc, char** argv) {
147 LOG_CRITICAL(Frontend, "The game that you are trying to load must be decrypted before " 147 LOG_CRITICAL(Frontend, "The game that you are trying to load must be decrypted before "
148 "being used with yuzu. \n\n For more information on dumping and " 148 "being used with yuzu. \n\n For more information on dumping and "
149 "decrypting games, please refer to: " 149 "decrypting games, please refer to: "
150 "https://citra-emu.org/wiki/dumping-game-cartridges/"); 150 "https://yuzu-emu.org/wiki/dumping-game-cartridges/");
151 return -1; 151 return -1;
152 case Core::System::ResultStatus::ErrorLoader_ErrorInvalidFormat: 152 case Core::System::ResultStatus::ErrorLoader_ErrorInvalidFormat:
153 LOG_CRITICAL(Frontend, "Error while loading ROM: The ROM format is not supported."); 153 LOG_CRITICAL(Frontend, "Error while loading ROM: The ROM format is not supported.");