From f7d87076a30a047144416f1b55b879ac9edbd9be Mon Sep 17 00:00:00 2001 From: JordanTheToaster Date: Wed, 12 Apr 2023 17:24:48 +0100 Subject: [PATCH] Qt: Adjust MTVU core count text The wording here was causing confusion and unneeded arguments over what it actually means. --- pcsx2-qt/Settings/EmulationSettingsWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2-qt/Settings/EmulationSettingsWidget.cpp b/pcsx2-qt/Settings/EmulationSettingsWidget.cpp index 6660ff2898..84743b9121 100644 --- a/pcsx2-qt/Settings/EmulationSettingsWidget.cpp +++ b/pcsx2-qt/Settings/EmulationSettingsWidget.cpp @@ -111,7 +111,7 @@ EmulationSettingsWidget::EmulationSettingsWidget(SettingsDialog* dialog, QWidget //: P-Core = Performance Core, E-Core = Efficiency Core. See if Intel has official translations for these terms. "May help CPUs with big (P) and little (E) cores (e.g. Intel 12th or newer generation CPUs from Intel or other vendors such as AMD).")); dialog->registerWidgetHelp(m_ui.MTVU, tr("Enable Multithreaded VU1 (MTVU1)"), tr("Checked"), - tr("Generally a speedup on CPUs with 3 or more threads. " + tr("Generally a speedup on CPUs with 4 or more cores. " "Safe for most games, but a few are incompatible and may hang.")); dialog->registerWidgetHelp(m_ui.instantVU1, tr("Enable Instant VU1"), tr("Checked"), tr("Runs VU1 instantly. Provides a modest speed improvement in most games. "