Browse Source

Fix EDS defaults by platform

pull/305/head
MaranBr 7 months ago
parent
commit
5b80ff7445
  1. 8
      src/common/settings.h

8
src/common/settings.h

@ -538,12 +538,12 @@ struct Values {
SwitchableSetting<u8, true> dyna_state{linkage,
#if defined (_WIN32)
3,
#elif defined(__FreeBSD__)
#elif defined (__FreeBSD__)
3,
#elif defined(__unix__)
2,
#else
#elif defined (ANDROID)
0,
#else
2,
#endif
0,
3,

Loading…
Cancel
Save