summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorN00byKing <N00byKing@users.noreply.github.com>2018-03-25 11:28:04 +0200
committerN00byKing <N00byKing@hotmail.de>2018-03-25 11:44:04 +0200
commit91e67ed4300aa86d94cf090bf1cf538eee0d5adb (patch)
tree28bbcb8cd6c96521b5aa2d6465dc9b275c5f79b7
parentmain.cpp: Update Dialog from citra to yuzu (diff)
downloadyuzu-91e67ed4300aa86d94cf090bf1cf538eee0d5adb.tar
yuzu-91e67ed4300aa86d94cf090bf1cf538eee0d5adb.tar.gz
yuzu-91e67ed4300aa86d94cf090bf1cf538eee0d5adb.tar.bz2
yuzu-91e67ed4300aa86d94cf090bf1cf538eee0d5adb.tar.lz
yuzu-91e67ed4300aa86d94cf090bf1cf538eee0d5adb.tar.xz
yuzu-91e67ed4300aa86d94cf090bf1cf538eee0d5adb.tar.zst
yuzu-91e67ed4300aa86d94cf090bf1cf538eee0d5adb.zip
-rw-r--r--src/yuzu/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index 78febb4eb..cd799869c 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -350,9 +350,9 @@ bool GMainWindow::LoadROM(const QString& filename) {
"yuzu. A real Switch is required.<br/><br/>"
"For more information on dumping and decrypting games, please see the following "
"wiki pages: <ul>"
- "<li><a href='https://citra-emu.org/wiki/dumping-game-cartridges/'>Dumping Game "
+ "<li><a href='https://yuzu-emu.org/wiki/dumping-game-cartridges/'>Dumping Game "
"Cartridges</a></li>"
- "<li><a href='https://citra-emu.org/wiki/dumping-installed-titles/'>Dumping "
+ "<li><a href='https://yuzu-emu.org/wiki/dumping-installed-titles/'>Dumping "
"Installed Titles</a></li>"
"</ul>"));
break;
@@ -677,8 +677,8 @@ void GMainWindow::OnCoreError(Core::System::ResultStatus result, std::string det
"The game you are trying to load requires additional files from your Switch to be dumped "
"before playing.<br/><br/>For more information on dumping these files, please see the "
"following wiki page: <a "
- "href='https://citra-emu.org/wiki/"
- "dumping-system-archives-and-the-shared-fonts-from-a-3ds-console/'>Dumping System "
+ "href='https://yuzu-emu.org/wiki/"
+ "dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Dumping System "
"Archives and the Shared Fonts from a Switch Console</a>.<br/><br/>Would you like to quit "
"back to the game list? Continuing emulation may result in crashes, corrupted save "
"data, or other bugs.");