diff options
Diffstat (limited to 'Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp')
| -rw-r--r-- | Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp b/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp index 0d93614021..eeb9e29816 100644 --- a/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp @@ -415,9 +415,9 @@ void AdvancedWidget::AddDescriptions() "emulation of texture wrapping special cases (at 1x IR or when scaled EFB is disabled, and " "with custom textures disabled) and better emulates Level of Detail calculation.<br><br>" "This comes at the cost of potentially worse performance, especially at higher internal " - "resolutions; additionally, Anisotropic Filtering is currently incompatible with Manual " - "Texture Sampling.<br><br>" - "<dolphin_emphasis>If unsure, leave this unchecked.</dolphin_emphasis>"); + "resolutions.<br><br>If this setting is enabled, the Texture Filtering setting will be " + "disabled." + "<br><br><dolphin_emphasis>If unsure, leave this unchecked.</dolphin_emphasis>"); #ifdef _WIN32 static const char TR_BORDERLESS_FULLSCREEN_DESCRIPTION[] = QT_TR_NOOP( |
