Browse Source

Update src/qt_common/config/shared_translation.cpp

pull/3650/head
John 1 week ago
committed by crueter
parent
commit
7f6eb6d438
  1. 2
      src/qt_common/config/shared_translation.cpp

2
src/qt_common/config/shared_translation.cpp

@ -360,7 +360,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
rescale_hack,
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 line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3."));
"Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3."));
// Renderer (Extensions)
INSERT(Settings, dyna_state, tr("Extended Dynamic State"),

Loading…
Cancel
Save