summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/yuzu/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index 691fa71e3..56a9c75da 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -1305,7 +1305,7 @@ bool GMainWindow::LoadROM(const QString& filename, u64 program_id, std::size_t p
1305 "this is usually caused by outdated GPU drivers, including integrated ones. " 1305 "this is usually caused by outdated GPU drivers, including integrated ones. "
1306 "Please see the log for more details. " 1306 "Please see the log for more details. "
1307 "For more information on accessing the log, please see the following page: " 1307 "For more information on accessing the log, please see the following page: "
1308 "<a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>" 1308 "<a href='https://yuzu-emu.org/help/reference/log-files/'>"
1309 "How to Upload the Log File</a>. ")); 1309 "How to Upload the Log File</a>. "));
1310 break; 1310 break;
1311 default: 1311 default: