[Rasterizer]: Implement "Skip CPU Inner Invalidation" hack

This commit is contained in:
Gamer64 2025-07-09 04:23:07 +02:00
parent 693404bf37
commit 3e44389bfc
7 changed files with 28 additions and 2 deletions

View file

@ -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,