Browse Source

[desktop] update sample shading fraction tooltip

more clear on what the slider doessssssssss

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/266/head
crueter 7 months ago
parent
commit
3a8e76d044
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      src/yuzu/configuration/shared_translation.cpp

2
src/yuzu/configuration/shared_translation.cpp

@ -367,7 +367,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent)
tr("Sample Shading"), tr("Sample Shading"),
tr("Allows the fragment shader to execute per sample in a multi-sampled fragment " 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" "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) // Renderer (Debug)

Loading…
Cancel
Save