Browse Source

Simplify description

pull/269/head
MaranBr 7 months ago
parent
commit
63a6c6e373
  1. 4
      src/yuzu/configuration/shared_translation.cpp

4
src/yuzu/configuration/shared_translation.cpp

@ -266,8 +266,8 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent)
INSERT(Settings, bg_blue, QString(), QString()); INSERT(Settings, bg_blue, QString(), QString());
// Renderer (Advanced Graphics) // Renderer (Advanced Graphics)
INSERT(Settings, force_safe_reads, tr("Force GPU to only use safe reads"),
tr("Prevents potential memory corruption issues that could lead to invalid dispatch parameters.\nThis can reduce performance in some cases."));
INSERT(Settings, force_safe_reads, tr("Only use safe reads"),
tr("Ensures the GPU only uses safe reads.\nThis option may fix issues in some games, but may reduce performance in some cases."));
INSERT(Settings, INSERT(Settings,
async_presentation, async_presentation,
tr("Enable asynchronous presentation (Vulkan only)"), tr("Enable asynchronous presentation (Vulkan only)"),

Loading…
Cancel
Save