Browse Source

Update description to include Intel GPUs

pull/3650/head
John 7 days ago
committed by crueter
parent
commit
657c14241d
  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 AMD GPU line artifacts and Nvidia GPU grey texture flicker in Luigis Mansion 3."));
"Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigi’s Mansion 3."));
// Renderer (Extensions)
INSERT(Settings, dyna_state, tr("Extended Dynamic State"),

Loading…
Cancel
Save