Browse Source

Update description

pull/3129/head
MaranBr 2 weeks ago
parent
commit
f071c8a58f
  1. 4
      src/qt_common/config/shared_translation.cpp

4
src/qt_common/config/shared_translation.cpp

@ -277,9 +277,9 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
INSERT(Settings, INSERT(Settings,
gpu_accuracy, gpu_accuracy,
tr("GPU Accuracy:"), tr("GPU Accuracy:"),
tr("Controls the GPU emulation accuracy.\nMost games render fine with Normal, but High is still "
tr("Controls the GPU emulation accuracy.\nMost games render fine with Performance or Balanced modes, but Accurate is still "
"required for some.\nParticles tend to only render correctly with High " "required for some.\nParticles tend to only render correctly with High "
"accuracy.\nExtreme should only be used as a last resort."));
"accuracy."));
INSERT(Settings, INSERT(Settings,
dma_accuracy, dma_accuracy,
tr("DMA Accuracy:"), tr("DMA Accuracy:"),

Loading…
Cancel
Save