chore: just a if for Android/Apple and a else for the reset

This commit is contained in:
DraVee 2026-02-13 18:17:59 +01:00
parent f35122dbb6
commit 181a725b04
1 changed files with 1 additions and 3 deletions

View File

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