Browse Source

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

pull/3532/head
DraVee 3 weeks ago
parent
commit
181a725b04
  1. 4
      src/common/settings.h

4
src/common/settings.h

@ -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,

Loading…
Cancel
Save