summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2018-04-02 18:33:52 -0400
committerGravatar GitHub2018-04-02 18:33:52 -0400
commitc824648db52aaa4ba1282964889c600e5b030174 (patch)
treee0dd3a2cef2b8b6fe450eb59f522d1da7ac06d5e /src/yuzu_cmd/yuzu.cpp
parentMerge pull request #276 from N00byKing/acctoyuzu (diff)
parentyuzu.cpp: Update Link from citra to yuzu (diff)
downloadyuzu-c824648db52aaa4ba1282964889c600e5b030174.tar.gz
yuzu-c824648db52aaa4ba1282964889c600e5b030174.tar.xz
yuzu-c824648db52aaa4ba1282964889c600e5b030174.zip
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) {
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.");