Browse Source

Fix VRAM Usage Mode description

pull/277/head
MaranBr 7 months ago
parent
commit
5409e3683f
  1. 2
      src/yuzu/configuration/shared_translation.cpp

2
src/yuzu/configuration/shared_translation.cpp

@ -247,7 +247,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent)
vram_usage_mode,
tr("VRAM Usage Mode:"),
tr("Selects whether the emulator should prefer to conserve memory or make maximum usage "
"of available video memory for performance. Has no effect on integrated graphics. "
"of available video memory for performance.\nHas no effect on integrated graphics. "
"Aggressive mode may severely impact the performance of other applications such as "
"recording software."));
INSERT(Settings,

Loading…
Cancel
Save