From 7a2a0aeb3324e181390c9df3b6e800f1e66547ec Mon Sep 17 00:00:00 2001 From: crueter Date: Fri, 15 Aug 2025 17:17:22 -0400 Subject: [PATCH] [desktop] update sample shading fraction tooltip 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)