summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/main.cpp13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index df736513b..b7bb43348 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -1304,16 +1304,13 @@ bool GMainWindow::LoadROM(const QString& filename, u64 program_id, std::size_t p
1304 case Core::SystemResultStatus::ErrorVideoCore: 1304 case Core::SystemResultStatus::ErrorVideoCore:
1305 QMessageBox::critical( 1305 QMessageBox::critical(
1306 this, tr("An error occurred initializing the video core."), 1306 this, tr("An error occurred initializing the video core."),
1307 tr("yuzu has encountered an error while running the video core, please see the " 1307 tr("yuzu has encountered an error while running the video core. "
1308 "log for more details." 1308 "This is usually caused by outdated GPU drivers, including integrated ones. "
1309 "Please see the log for more details. "
1309 "For more information on accessing the log, please see the following page: " 1310 "For more information on accessing the log, please see the following page: "
1310 "<a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>How " 1311 "<a href='https://yuzu-emu.org/help/reference/log-files/'>"
1311 "to " 1312 "How to Upload the Log File</a>. "));
1312 "Upload the Log File</a>."
1313 "Ensure that you have the latest graphics drivers for your GPU."));
1314
1315 break; 1313 break;
1316
1317 default: 1314 default:
1318 if (result > Core::SystemResultStatus::ErrorLoader) { 1315 if (result > Core::SystemResultStatus::ErrorLoader) {
1319 const u16 loader_id = static_cast<u16>(Core::SystemResultStatus::ErrorLoader); 1316 const u16 loader_id = static_cast<u16>(Core::SystemResultStatus::ErrorLoader);