From 9963bde034a77d1102ba22e0e444981cee294db8 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Mon, 10 Aug 2020 22:42:09 +1000 Subject: [PATCH] Qt: Remove note about bilinear filtering being broken --- src/duckstation-qt/gpusettingswidget.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/duckstation-qt/gpusettingswidget.cpp b/src/duckstation-qt/gpusettingswidget.cpp index 562f262f6..34c6201dc 100644 --- a/src/duckstation-qt/gpusettingswidget.cpp +++ b/src/duckstation-qt/gpusettingswidget.cpp @@ -122,10 +122,8 @@ GPUSettingsWidget::GPUSettingsWidget(QtHostInterface* host_interface, QWidget* p "frame rate games, it may not affect the speed.")); dialog->registerWidgetHelp( m_ui.linearTextureFiltering, tr("Bilinear Texture Filtering"), tr("Unchecked"), - tr("Smooths out the blockyness of magnified textures on 3D object by using bilinear " - "filtering. Will have a greater effect on higher resolution scales. Currently this option " - "produces artifacts around objects in many games and needs further work. Only applies to the hardware " - "renderers.")); + tr("Smooths out the blockyness of magnified textures on 3D object by using bilinear filtering. Will have a " + "greater effect on higher resolution scales. Only applies to the hardware renderers.")); dialog->registerWidgetHelp( m_ui.widescreenHack, tr("Widescreen Hack"), tr("Unchecked"), tr("Scales vertex positions in screen-space to a widescreen aspect ratio, essentially "