mirror of https://github.com/PCSX2/pcsx2.git
QT: Add missing gamefix dialog
This commit is contained in:
parent
305563e44f
commit
af71ae9dd9
|
@ -113,7 +113,7 @@ void SettingsDialog::setupUi(const GameList::Entry* game)
|
||||||
if (isPerGameSettings())
|
if (isPerGameSettings())
|
||||||
{
|
{
|
||||||
addWidget(m_game_fix_settings_widget = new GameFixSettingsWidget(this, m_ui.settingsContainer), tr("Game Fix"),
|
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."));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue