From ae223403bbf73d17b34e1d1226f2a42045531e4f Mon Sep 17 00:00:00 2001 From: Bobby Smith <33353403+bslenul@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:38:19 +0200 Subject: [PATCH] Qt: fix "Deinterlacing" description --- src/duckstation-qt/graphicssettingswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckstation-qt/graphicssettingswidget.cpp b/src/duckstation-qt/graphicssettingswidget.cpp index 5c7ccd6ab..c772549cb 100644 --- a/src/duckstation-qt/graphicssettingswidget.cpp +++ b/src/duckstation-qt/graphicssettingswidget.cpp @@ -270,7 +270,7 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsWindow* dialog, QWidget* tr("Changes the aspect ratio used to display the console's output to the screen. The default is Auto (Game Native) " "which automatically adjusts the aspect ratio to match how a game would be shown on a typical TV of the era.")); dialog->registerWidgetHelp( - m_ui.displayCropMode, tr("Deinterlacing"), + m_ui.displayDeinterlacing, tr("Deinterlacing"), QString::fromUtf8(Settings::GetDisplayDeinterlacingModeName(Settings::DEFAULT_DISPLAY_DEINTERLACING_MODE)), tr("Determines which algorithm is used to convert interlaced frames to progressive for display on your system. " "Generally, the \"Disable Interlacing\" enhancement provides better quality output, but some games require "