Browse Source

Better Descriptions

pull/3582/head
John 2 weeks ago
committed by crueter
parent
commit
d7bad7b457
  1. 6
      src/qt_common/config/shared_translation.cpp

6
src/qt_common/config/shared_translation.cpp

@ -358,9 +358,9 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
INSERT(Settings, INSERT(Settings,
rescale_hack, rescale_hack,
tr("Alternative Shader Resolution Rescale"),
tr("May fix games with resolution rescale issues by taking advantage of a bug.\n"
"Fixes Luigi Mansion 3 line artifacts with AMD GPUs and blinking grey textures with Nvidia GPUs."));
tr("Enable Legacy Rescale Pass"),
tr("May fix rescale issues in some games by relying on behavior from the previous implementation.\n"
"Legacy‑behavior workaround that fixes AMD GPU line artifacts and Nvidia GPU grey‑texture flicker in Luigi’s Mansion 3."));
// Renderer (Extensions) // Renderer (Extensions)
INSERT(Settings, dyna_state, tr("Extended Dynamic State"), INSERT(Settings, dyna_state, tr("Extended Dynamic State"),

Loading…
Cancel
Save