mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-15 17:38:57 +02:00
[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:
parent
270232e8d6
commit
5279e76534
5 changed files with 22 additions and 14 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue