From 39917117d2fc1fd9be5f666e20f3d518b21acfc6 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Sat, 18 Jul 2020 13:21:13 -0400 Subject: [PATCH] Disable Interlacing description "Unchecked" As noted by Kurayami6, Disable Interlacing should show "Unchecked" as the default option for this enhancement. --- src/duckstation-qt/gpusettingswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckstation-qt/gpusettingswidget.cpp b/src/duckstation-qt/gpusettingswidget.cpp index 9cfdca20c..c1f42ceac 100644 --- a/src/duckstation-qt/gpusettingswidget.cpp +++ b/src/duckstation-qt/gpusettingswidget.cpp @@ -73,7 +73,7 @@ GPUSettingsWidget::GPUSettingsWidget(QtHostInterface* host_interface, QWidget* p "Some games display content in the overscan area, or use it for screen effects and may " "not display correctly with the All Borders setting. Only Overscan offers a good " "compromise between stability and hiding black borders."); - dialog->registerWidgetHelp(m_ui.disableInterlacing, "Disable Interlacing (force progressive render/scan)", "Checked", + dialog->registerWidgetHelp(m_ui.disableInterlacing, "Disable Interlacing (force progressive render/scan)", "Unchecked", "Forces the display of frames to progressive mode. This only affects the displayed image, " "the console will be unaware of the setting. If the game is internally producing " "interlaced frames, this option may not have any effect. Usually safe to enable.");