mirror of https://github.com/PCSX2/pcsx2.git
QT: more settings descriptions
This commit is contained in:
parent
3dd5a32cc0
commit
55a15f5a21
|
@ -74,6 +74,9 @@ EmulationSettingsWidget::EmulationSettingsWidget(SettingsDialog* dialog, QWidget
|
|||
|
||||
dialog->registerWidgetHelp(m_ui.cheats, tr("Enable Cheats"), tr("Unchecked"),
|
||||
tr("Automatically loads and applies cheats on game start."));
|
||||
|
||||
dialog->registerWidgetHelp(m_ui.hostFilesystem, tr("Enable Host Filesystem"), tr("Unchecked"),
|
||||
tr("Allows games and homebrew to access files / folders directly on the host computer."));
|
||||
|
||||
dialog->registerWidgetHelp(m_ui.widescreenPatches, tr("Enable Widescreen Patches"), tr("Unchecked"),
|
||||
tr("Automatically loads and applies widescreen patches on game start. Can cause issues."));
|
||||
|
|
|
@ -294,6 +294,9 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsDialog* dialog, QWidget*
|
|||
{
|
||||
dialog->registerWidgetHelp(m_ui.fmvAspectRatio, tr("FMV Aspect Ratio"), tr("Off (Default)"),
|
||||
tr("Overrides the FMV aspect ratio."));
|
||||
|
||||
dialog->registerWidgetHelp(m_ui.PCRTCAntiBlur, tr("Anti-Blur"), tr("Checked"),
|
||||
tr("Enables internal Anti-Blur hacks. Less accurate to PS2 rendering but will make a lot of games look less blurry."));
|
||||
}
|
||||
|
||||
// Rendering tab
|
||||
|
|
|
@ -325,9 +325,6 @@
|
|||
</item>
|
||||
<item row="4" column="1">
|
||||
<widget class="QCheckBox" name="PCRTCAntiBlur">
|
||||
<property name="toolTip">
|
||||
<string>Enables internal Anti-Blur hacks. Less accurate to PS2 rendering but will make a lot of games look less blurry.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Anti-Blur</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in New Issue