summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-03 00:33:52 +0200
committerGitHub <noreply@github.com>2018-04-03 00:33:52 +0200
commitc824648db52aaa4ba1282964889c600e5b030174 (patch)
treee0dd3a2cef2b8b6fe450eb59f522d1da7ac06d5e /src/yuzu_cmd
parentMerge pull request #276 from N00byKing/acctoyuzu (diff)
parentyuzu.cpp: Update Link from citra to yuzu (diff)
downloadyuzu-c824648db52aaa4ba1282964889c600e5b030174.tar
yuzu-c824648db52aaa4ba1282964889c600e5b030174.tar.gz
yuzu-c824648db52aaa4ba1282964889c600e5b030174.tar.bz2
yuzu-c824648db52aaa4ba1282964889c600e5b030174.tar.lz
yuzu-c824648db52aaa4ba1282964889c600e5b030174.tar.xz
yuzu-c824648db52aaa4ba1282964889c600e5b030174.tar.zst
yuzu-c824648db52aaa4ba1282964889c600e5b030174.zip
Diffstat (limited to 'src/yuzu_cmd')
-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) {
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 "
"decrypting games, please refer to: "
- "https://citra-emu.org/wiki/dumping-game-cartridges/");
+ "https://yuzu-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.");