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
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
src/yuzu/configuration/shared_translation.cpp
|
|
|
@ -367,7 +367,7 @@ std::unique_ptr<TranslationMap> 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)
|
|
|
|
|
|
|
|
|