Browse Source

Update src/qt_common/config/shared_translation.cpp

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

6
src/qt_common/config/shared_translation.cpp

@ -356,6 +356,12 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
tr("Fix bloom effects"), tr("Fix bloom effects"),
tr("Removes bloom in Burnout.")); tr("Removes bloom in Burnout."));
INSERT(Settings,
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."));
// Renderer (Extensions) // Renderer (Extensions)
INSERT(Settings, dyna_state, tr("Extended Dynamic State"), INSERT(Settings, dyna_state, tr("Extended Dynamic State"),
tr("Controls the number of features that can be used in Extended Dynamic State.\n" tr("Controls the number of features that can be used in Extended Dynamic State.\n"

Loading…
Cancel
Save