mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 19:07:52 +00:00
settings: Add option to set BCAT backend
This commit is contained in:
parent
e058b9b3b9
commit
094de9331f
6 changed files with 34 additions and 0 deletions
|
@ -42,6 +42,7 @@ private:
|
|||
void ReadCoreValues();
|
||||
void ReadDataStorageValues();
|
||||
void ReadDebuggingValues();
|
||||
void ReadServiceValues();
|
||||
void ReadDisabledAddOnValues();
|
||||
void ReadMiscellaneousValues();
|
||||
void ReadPathValues();
|
||||
|
@ -65,6 +66,7 @@ private:
|
|||
void SaveCoreValues();
|
||||
void SaveDataStorageValues();
|
||||
void SaveDebuggingValues();
|
||||
void SaveServiceValues();
|
||||
void SaveDisabledAddOnValues();
|
||||
void SaveMiscellaneousValues();
|
||||
void SavePathValues();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue