Browse Source

[fixup] settings: Set Overlay Applet to false (#3112)

* it's unlocking fps, should be investigate further

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3112
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Co-authored-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Co-committed-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
android/fix-gpu-driver-fetcher
Caio Oliveira 3 weeks ago
committed by crueter
parent
commit
33ee9de85a
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  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