Browse Source

settings: Set Overlay Applet to false

* it's unlocking fps, should be investigate further

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
pull/3112/head
Caio Oliveira 1 month ago
parent
commit
0134add755
  1. 2
      src/common/settings.h

2
src/common/settings.h

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

Loading…
Cancel
Save