summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu_cmd/yuzu.cpp')
-rw-r--r--src/yuzu_cmd/yuzu.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp
index 91b024819..079f93736 100644
--- a/src/yuzu_cmd/yuzu.cpp
+++ b/src/yuzu_cmd/yuzu.cpp
@@ -160,9 +160,9 @@ int main(int argc, char** argv) {
160 return -1; 160 return -1;
161 case Core::System::ResultStatus::ErrorLoader_ErrorEncrypted: 161 case Core::System::ResultStatus::ErrorLoader_ErrorEncrypted:
162 LOG_CRITICAL(Frontend, "The game that you are trying to load must be decrypted before " 162 LOG_CRITICAL(Frontend, "The game that you are trying to load must be decrypted before "
163 "being used with yuzu. \n\n For more information on dumping and " 163 "being used with yuzu. \n\n For more information on dumping and "
164 "decrypting games, please refer to: " 164 "decrypting games, please refer to: "
165 "https://yuzu-emu.org/wiki/dumping-game-cartridges/"); 165 "https://yuzu-emu.org/wiki/dumping-game-cartridges/");
166 return -1; 166 return -1;
167 case Core::System::ResultStatus::ErrorLoader_ErrorInvalidFormat: 167 case Core::System::ResultStatus::ErrorLoader_ErrorInvalidFormat:
168 LOG_CRITICAL(Frontend, "Error while loading ROM: The ROM format is not supported."); 168 LOG_CRITICAL(Frontend, "Error while loading ROM: The ROM format is not supported.");