mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 21:17:44 +00:00
[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>
This commit is contained in:
parent
4cc4d315f0
commit
c97d0c8b53
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue