[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>
This commit is contained in:
parent
e22756160c
commit
33ee9de85a
|
|
@ -775,7 +775,7 @@ struct Values {
|
||||||
// Per-game overrides
|
// Per-game overrides
|
||||||
bool use_squashed_iterated_blend;
|
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;
|
extern Values values;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue