diff options
| author | 2017-06-03 13:51:45 -0700 | |
|---|---|---|
| committer | 2017-06-03 23:51:45 +0300 | |
| commit | e46ec64690328b74832b6516459d0bb0ea17eb8f (patch) | |
| tree | 5f0ebf587e22663a479fb65c8be4786fc007d3be /src | |
| parent | Merge pull request #2746 from Kloen/just-why (diff) | |
| download | yuzu-e46ec64690328b74832b6516459d0bb0ea17eb8f.tar.gz yuzu-e46ec64690328b74832b6516459d0bb0ea17eb8f.tar.xz yuzu-e46ec64690328b74832b6516459d0bb0ea17eb8f.zip | |
Edit Citra URLs (#2728)
Diffstat (limited to 'src')
| -rw-r--r-- | src/citra/citra.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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."); |