diff options
author | bunnei <bunneidev@gmail.com> | 2018-04-03 00:33:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-03 00:33:52 +0200 |
commit | c824648db52aaa4ba1282964889c600e5b030174 (patch) | |
tree | e0dd3a2cef2b8b6fe450eb59f522d1da7ac06d5e /src/yuzu_cmd | |
parent | Merge pull request #276 from N00byKing/acctoyuzu (diff) | |
parent | yuzu.cpp: Update Link from citra to yuzu (diff) | |
download | yuzu-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.cpp | 2 |
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."); |