mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 01:45:47 +00:00
configuration: Add settings to enable/disable specific CPU optimizations
This commit is contained in:
parent
12834a1c44
commit
79dfd272a9
17 changed files with 405 additions and 30 deletions
|
@ -49,6 +49,7 @@ private:
|
|||
void ReadDisabledAddOnValues();
|
||||
void ReadMiscellaneousValues();
|
||||
void ReadPathValues();
|
||||
void ReadCpuValues();
|
||||
void ReadRendererValues();
|
||||
void ReadShortcutValues();
|
||||
void ReadSystemValues();
|
||||
|
@ -73,6 +74,7 @@ private:
|
|||
void SaveDisabledAddOnValues();
|
||||
void SaveMiscellaneousValues();
|
||||
void SavePathValues();
|
||||
void SaveCpuValues();
|
||||
void SaveRendererValues();
|
||||
void SaveShortcutValues();
|
||||
void SaveSystemValues();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue