QT: Add missing gamefix dialog

This commit is contained in:
JordanTheToaster 2022-07-20 16:11:24 +01:00 committed by refractionpcsx2
parent 305563e44f
commit af71ae9dd9
1 changed files with 1 additions and 1 deletions

View File

@ -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("<strong>Game Fix Settings</strong><hr>"));
QStringLiteral("close-line"), tr("<strong>Game Fix Settings</strong><hr>Gamefixes can work around incorrect emulation in some titles<br>however they can also cause problems in games if used incorrectly.<br>It is best to leave them all disabled unless advised otherwise."));
}
}