Update settings.h

This commit is contained in:
Gamer64 2025-06-30 17:35:07 +02:00 committed by edendev
parent 92c38b97f7
commit 1ec5a001fd

View file

@ -450,7 +450,7 @@ struct Values {
VramUsageMode::Aggressive,
"vram_usage_mode",
Category::RendererAdvanced};
SwitchableSetting<bool> cpu_inner_invalidation{linkage, false, "cpu_inner_invalidation", Category::RendererAdvanced};
SwitchableSetting<bool> cpu_inner_invalidation{linkage, true, "cpu_inner_invalidation", Category::RendererAdvanced};
SwitchableSetting<bool> async_presentation{linkage,
#ifdef ANDROID
true,