forked from eden-emu/eden
[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
|
@ -450,6 +450,13 @@ struct Values {
|
|||
VramUsageMode::Aggressive,
|
||||
"vram_usage_mode",
|
||||
Category::RendererAdvanced};
|
||||
SwitchableSetting<bool> skip_cpu_inner_invalidation{linkage,
|
||||
true,
|
||||
"skip_cpu_inner_invalidation",
|
||||
Category::RendererAdvanced,
|
||||
Specialization::Default,
|
||||
true,
|
||||
true};
|
||||
SwitchableSetting<bool> async_presentation{linkage,
|
||||
#ifdef ANDROID
|
||||
true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue