diff options
author | N00byKing <N00byKing@users.noreply.github.com> | 2018-03-26 21:48:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-26 21:48:18 +0200 |
commit | 10d6b07161bcdcdfac1838439057bf0f95cd15ef (patch) | |
tree | 5e5a54ef03b3352bd6f5e44160fc9b0245ccb385 /src | |
parent | 91e67ed4300aa86d94cf090bf1cf538eee0d5adb (diff) |
yuzu.cpp: Update Link from citra to yuzu
Diffstat (limited to 'src')
-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."); |