Browse Source

Setting to SwitchableSetting

pull/3623/head
John 1 week ago
committed by crueter
parent
commit
72dc825fb0
  1. 2
      src/common/settings.h

2
src/common/settings.h

@ -831,7 +831,7 @@ struct Values {
// Per-game overrides // Per-game overrides
bool use_squashed_iterated_blend; bool use_squashed_iterated_blend;
Setting<bool> enable_overlay{linkage, false, "enable_overlay", Category::Core};
SwitchableSetting<bool> enable_overlay{linkage, false, "enable_overlay", Category::Core};
}; };
extern Values values; extern Values values;

Loading…
Cancel
Save