[Configuration] Add Applets Tab to Per-Game Configurations (#3623)

Some games need specific applets to work.

For example for local multiplayer to function the Controller Applet must be set as:
- MK8D -> Custom Applet
- Absolum -> Real Applet

Web/Offline Applet: Assasin Creed and some bundled games might need real applet.

Overlay Toggle added for Horizon's ingame menu.

Thanks PavelBARABANOV for the help with the PR.

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3623
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: John <john@eden-emu.dev>
Co-committed-by: John <john@eden-emu.dev>
This commit is contained in:
John 2026-02-24 22:25:28 +01:00 committed by crueter
parent 270232e8d6
commit 5279e76534
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
5 changed files with 22 additions and 14 deletions

View file

@ -426,8 +426,8 @@ void Config::ReadValues() {
ReadServiceValues();
ReadWebServiceValues();
ReadMiscellaneousValues();
ReadLibraryAppletValues();
}
ReadLibraryAppletValues();
ReadNetworkValues();
ReadControlValues();
ReadCoreValues();
@ -524,10 +524,10 @@ void Config::SaveValues() {
SaveDisabledAddOnValues();
SaveWebServiceValues();
SaveMiscellaneousValues();
SaveLibraryAppletValues();
} else {
LOG_DEBUG(Config, "Saving only generic configuration values");
}
SaveLibraryAppletValues();
SaveNetworkValues();
SaveControlValues();
SaveCoreValues();