UI: Update mipmapping help description

Added mipmapping description similar to the help/hover text of other items. Wording is my own phrasing.
This commit is contained in:
OctopusButtons 2024-09-12 15:07:12 -04:00 committed by Ty
parent f75da73fca
commit 4565a62634
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ GraphicsSettingsWidget::GraphicsSettingsWidget(SettingsWindow* dialog, QWidget*
"FMV resolution will remain unchanged, as the video files are pre-rendered."));
dialog->registerWidgetHelp(
m_ui.mipmapping, tr("Mipmapping"), tr("Checked"), tr("Enables mipmapping, which some games require to render correctly."));
m_ui.mipmapping, tr("Mipmapping"), tr("Checked"), tr("Enables mipmapping, which some games require to render correctly. Mipmapping uses progressively lower resolution variants of textures at progressively further distances to reduce processing load and avoid visual artifacts."));
dialog->registerWidgetHelp(
m_ui.textureFiltering, tr("Texture Filtering"), tr("Bilinear (PS2)"),