Skip to content

Commit

Permalink
Update GraphicsSettingsWidget.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDevilus committed Jul 31, 2024
1 parent 7f4e4ac commit 03ab0fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pcsx2-qt/Settings/GraphicsSettingsWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,8 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsWindow* dialog, QWidget*
tr("Enables the option to show the overscan area on games which draw more than the safe area of the screen."));

dialog->registerWidgetHelp(
m_ui.fmvAspectRatio, tr("FMV Aspect Ratio"), tr("Off (Default)"), tr("Overrides the full-motion video (FMV) aspect ratio."));
m_ui.fmvAspectRatio, tr("FMV Aspect Ratio"), tr("Off (Default)"), tr("Overrides the full-motion video (FMV) aspect ratio. "
If disabled, the FMV Aspect Ratio will match the same value the general Aspect Ratio setting instead.));

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."));
Expand Down

0 comments on commit 03ab0fa

Please sign in to comment.