diff options
Diffstat (limited to '')
| -rw-r--r-- | src/yuzu/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 56a9c75da..d012477e4 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -1301,8 +1301,8 @@ bool GMainWindow::LoadROM(const QString& filename, u64 program_id, std::size_t p | |||
| 1301 | case Core::SystemResultStatus::ErrorVideoCore: | 1301 | case Core::SystemResultStatus::ErrorVideoCore: |
| 1302 | QMessageBox::critical( | 1302 | QMessageBox::critical( |
| 1303 | this, tr("An error occurred initializing the video core."), | 1303 | this, tr("An error occurred initializing the video core."), |
| 1304 | tr("yuzu has encountered an error while running the video core, " | 1304 | tr("yuzu has encountered an error while running the video core. " |
| 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://yuzu-emu.org/help/reference/log-files/'>" | 1308 | "<a href='https://yuzu-emu.org/help/reference/log-files/'>" |