summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE.md4
-rw-r--r--src/citra/citra.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 9727c5712..ae11db988 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,7 +1,7 @@
1<!--- 1<!---
2 2
3Please read the FAQ: 3Please read the FAQ:
4https://citra-emu.org/wiki/FAQ 4https://citra-emu.org/wiki/faq/
5 5
6THIS IS NOT A SUPPORT FORUM, FOR SUPPORT GO TO: 6THIS IS NOT A SUPPORT FORUM, FOR SUPPORT GO TO:
7https://community.citra-emu.org/ 7https://community.citra-emu.org/
@@ -22,4 +22,4 @@ When submitting an issue, please check the following:
22 - For graphical issues, comparison screenshots with real hardware. 22 - For graphical issues, comparison screenshots with real hardware.
23 - For emulation inaccuracies, a test-case (if able). 23 - For emulation inaccuracies, a test-case (if able).
24 24
25---> \ No newline at end of file 25--->
diff --git a/src/citra/citra.cpp b/src/citra/citra.cpp
index c0dac9e8f..dd357ff72 100644
--- a/src/citra/citra.cpp
+++ b/src/citra/citra.cpp
@@ -144,7 +144,7 @@ int main(int argc, char** argv) {
144 LOG_CRITICAL(Frontend, "The game that you are trying to load must be decrypted before " 144 LOG_CRITICAL(Frontend, "The game that you are trying to load must be decrypted before "
145 "being used with Citra. \n\n For more information on dumping and " 145 "being used with Citra. \n\n For more information on dumping and "
146 "decrypting games, please refer to: " 146 "decrypting games, please refer to: "
147 "https://citra-emu.org/wiki/Dumping-Game-Cartridges"); 147 "https://citra-emu.org/wiki/dumping-game-cartridges/");
148 return -1; 148 return -1;
149 case Core::System::ResultStatus::ErrorLoader_ErrorInvalidFormat: 149 case Core::System::ResultStatus::ErrorLoader_ErrorInvalidFormat:
150 LOG_CRITICAL(Frontend, "Error while loading ROM: The ROM format is not supported."); 150 LOG_CRITICAL(Frontend, "Error while loading ROM: The ROM format is not supported.");