From 319fbcac52ce4ad78ef2bdfc2f63fcfa076d90ee Mon Sep 17 00:00:00 2001 From: John Date: Sat, 14 Feb 2026 18:20:31 +0100 Subject: [PATCH] Set EDS0 for all platforms [Experimental] to see if it fixes any graphic issues with EDS[0-3] inspired by #3532 --- src/common/settings.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/settings.h b/src/common/settings.h index 9a7d3a30d3..5d23eb5c00 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -568,11 +568,7 @@ struct Values { Category::RendererHacks}; SwitchableSetting dyna_state{linkage, -#if defined (ANDROID) || defined (__APPLE__) ExtendedDynamicState::Disabled, -#else - ExtendedDynamicState::EDS2, -#endif "dyna_state", Category::RendererExtensions};