Set EDS0 for all platforms

[Experimental] to see if it fixes any graphic issues with EDS[0-3] inspired by #3532
This commit is contained in:
John 2026-02-14 18:20:31 +01:00
parent 19e2dba35a
commit 319fbcac52
1 changed files with 0 additions and 4 deletions

View File

@ -568,11 +568,7 @@ struct Values {
Category::RendererHacks};
SwitchableSetting<ExtendedDynamicState> dyna_state{linkage,
#if defined (ANDROID) || defined (__APPLE__)
ExtendedDynamicState::Disabled,
#else
ExtendedDynamicState::EDS2,
#endif
"dyna_state",
Category::RendererExtensions};