mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 04:05:45 +00:00
[Rasterizer]: Implement "Skip CPU Inner Invalidation" hack
This commit is contained in:
parent
693404bf37
commit
3e44389bfc
7 changed files with 28 additions and 2 deletions
|
@ -250,6 +250,11 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent)
|
|||
"of available video memory for performance. Has no effect on integrated graphics. "
|
||||
"Aggressive mode may severely impact the performance of other applications such as "
|
||||
"recording software."));
|
||||
INSERT(Settings,
|
||||
skip_cpu_inner_invalidation,
|
||||
tr("Skip CPU Inner Invalidation"),
|
||||
tr("Skips certain CPU-side cache invalidations during memory updates, reducing CPU usage and "
|
||||
"improving it's performance. This may cause glitches or crashes on some games."));
|
||||
INSERT(
|
||||
Settings,
|
||||
vsync_mode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue