Преглед изворни кода

main: Update video core popup

Old version had formatting issues, and I want to provide an answer to the most common reason this pops up in the first place, outdated drivers.
Matías Locatti пре 4 година
родитељ
комит
60bdedc7dd
1 измењених фајлова са 5 додато и 8 уклоњено
  1. 5 8
      src/yuzu/main.cpp

+ 5 - 8
src/yuzu/main.cpp

@@ -1301,16 +1301,13 @@ bool GMainWindow::LoadROM(const QString& filename, u64 program_id, std::size_t p
         case Core::SystemResultStatus::ErrorVideoCore:
             QMessageBox::critical(
                 this, tr("An error occurred initializing the video core."),
-                tr("yuzu has encountered an error while running the video core, please see the "
-                   "log for more details."
+                tr("yuzu has encountered an error while running the video core, "
+                   "this is usually caused by outdated GPU drivers, including integrated ones. "
+                   "Please see the log for more details. "
                    "For more information on accessing the log, please see the following page: "
-                   "<a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>How "
-                   "to "
-                   "Upload the Log File</a>."
-                   "Ensure that you have the latest graphics drivers for your GPU."));
-
+                   "<a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>"
+                   "How to Upload the Log File</a>. "));
             break;
-
         default:
             if (result > Core::SystemResultStatus::ErrorLoader) {
                 const u16 loader_id = static_cast<u16>(Core::SystemResultStatus::ErrorLoader);