mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 07:37:45 +00:00
Merge pull request #12555 from flodavid/fix-gamemode-setting
Save gamemode configuration and add per-game config
This commit is contained in:
commit
3f246847f8
16 changed files with 229 additions and 0 deletions
|
@ -76,6 +76,9 @@ protected:
|
|||
void ReadCoreValues();
|
||||
void ReadDataStorageValues();
|
||||
void ReadDebuggingValues();
|
||||
#ifdef __unix__
|
||||
void ReadLinuxValues();
|
||||
#endif
|
||||
void ReadServiceValues();
|
||||
void ReadDisabledAddOnValues();
|
||||
void ReadMiscellaneousValues();
|
||||
|
@ -107,6 +110,9 @@ protected:
|
|||
void SaveCoreValues();
|
||||
void SaveDataStorageValues();
|
||||
void SaveDebuggingValues();
|
||||
#ifdef __unix__
|
||||
void SaveLinuxValues();
|
||||
#endif
|
||||
void SaveNetworkValues();
|
||||
void SaveDisabledAddOnValues();
|
||||
void SaveMiscellaneousValues();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue