From 3a8e76d0448c8de80e520f3310785d5c72124db6 Mon Sep 17 00:00:00 2001 From: crueter Date: Fri, 15 Aug 2025 17:19:31 -0400 Subject: [PATCH] [desktop] update sample shading fraction tooltip more clear on what the slider doessssssssss Signed-off-by: crueter --- src/yuzu/configuration/shared_translation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yuzu/configuration/shared_translation.cpp b/src/yuzu/configuration/shared_translation.cpp index 22f1921dbf..6010f5805f 100644 --- a/src/yuzu/configuration/shared_translation.cpp +++ b/src/yuzu/configuration/shared_translation.cpp @@ -367,7 +367,7 @@ std::unique_ptr InitializeTranslations(QWidget* parent) tr("Sample Shading"), tr("Allows the fragment shader to execute per sample in a multi-sampled fragment " "instead once per fragment. Improves graphics quality at the cost of some performance.\n" - "Only Vulkan 1.1+ devices support this extension.")); + "Higher values improve quality more but also reduce performance to a greater extent.")); // Renderer (Debug)