From af71ae9dd963af02380cc69bbd3fb384ff334160 Mon Sep 17 00:00:00 2001 From: JordanTheToaster Date: Wed, 20 Jul 2022 16:11:24 +0100 Subject: [PATCH] QT: Add missing gamefix dialog --- pcsx2-qt/Settings/SettingsDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2-qt/Settings/SettingsDialog.cpp b/pcsx2-qt/Settings/SettingsDialog.cpp index fa8842f1ed..4e60c68a76 100644 --- a/pcsx2-qt/Settings/SettingsDialog.cpp +++ b/pcsx2-qt/Settings/SettingsDialog.cpp @@ -113,7 +113,7 @@ void SettingsDialog::setupUi(const GameList::Entry* game) if (isPerGameSettings()) { addWidget(m_game_fix_settings_widget = new GameFixSettingsWidget(this, m_ui.settingsContainer), tr("Game Fix"), - QStringLiteral("close-line"), tr("Game Fix Settings
")); + QStringLiteral("close-line"), tr("Game Fix Settings
Gamefixes can work around incorrect emulation in some titles
however they can also cause problems in games if used incorrectly.
It is best to leave them all disabled unless advised otherwise.")); } }