Browse Source

[desktop] Fix VRAM Usage Mode description (#277)

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/277
Co-authored-by: MaranBr <maranbr@outlook.com>
Co-committed-by: MaranBr <maranbr@outlook.com>
pull/282/head
MaranBr 4 months ago
committed by crueter
parent
commit
c97d0c8b53
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  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, vram_usage_mode,
tr("VRAM Usage Mode:"), tr("VRAM Usage Mode:"),
tr("Selects whether the emulator should prefer to conserve memory or make maximum usage " 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 " "Aggressive mode may severely impact the performance of other applications such as "
"recording software.")); "recording software."));
INSERT(Settings, INSERT(Settings,

Loading…
Cancel
Save