summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-02 18:33:52 -0400
committerGitHub <noreply@github.com>2018-04-02 18:33:52 -0400
commitc824648db52aaa4ba1282964889c600e5b030174 (patch)
treee0dd3a2cef2b8b6fe450eb59f522d1da7ac06d5e /src/yuzu_cmd/yuzu.cpp
parent6cd14823540b820ccdbdbbb6891bba6696197396 (diff)
parent10d6b07161bcdcdfac1838439057bf0f95cd15ef (diff)
Merge pull request #267 from N00byKing/patch-1
Update Dialog from citra to yuzu
Diffstat (limited to 'src/yuzu_cmd/yuzu.cpp')
-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.");