1
0
Fork 0
forked from eden-emu/eden

[video_core] Add ability for integrated devices to control the amount of memory used by the emulator (#2528)

This adds the ability for integrated devices to control the amount of memory used by the emulator.

Reviewed-on: eden-emu/eden#2528
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Reviewed-by: Shinmegumi <shinmegumi@eden-emu.dev>
Co-authored-by: MaranBr <maranbr@outlook.com>
Co-committed-by: MaranBr <maranbr@outlook.com>
This commit is contained in:
MaranBr 2025-09-20 14:17:07 +02:00 committed by crueter
parent 6510818fca
commit 725407b989
Signed by untrusted user: crueter
GPG key ID: 425ACD2D4830EBC6
2 changed files with 7 additions and 13 deletions

View file

@ -246,10 +246,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
INSERT(Settings,
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.\nHas no effect on integrated graphics. "
"Aggressive mode may severely impact the performance of other applications such as "
"recording software."));
tr("Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.\nAggressive mode may severely impact the performance of other applications such as recording software."));
INSERT(Settings,
skip_cpu_inner_invalidation,
tr("Skip CPU Inner Invalidation"),