From 33ee9de85a49c381b84b84d23c931301afaa4a8e Mon Sep 17 00:00:00 2001 From: Caio Oliveira Date: Wed, 3 Dec 2025 03:32:11 +0100 Subject: [PATCH] [fixup] settings: Set Overlay Applet to false (#3112) * it's unlocking fps, should be investigate further Signed-off-by: Caio Oliveira Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3112 Reviewed-by: CamilleLaVey Reviewed-by: MaranBr Reviewed-by: Lizzie Co-authored-by: Caio Oliveira Co-committed-by: Caio Oliveira --- src/common/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/settings.h b/src/common/settings.h index c8e6211239..674813452e 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -775,7 +775,7 @@ struct Values { // Per-game overrides bool use_squashed_iterated_blend; - Setting enable_overlay{linkage, true, "enable_overlay", Category::Core}; + Setting enable_overlay{linkage, false, "enable_overlay", Category::Core}; }; extern Values values;