mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
configuration_shared: Better use global text
Also adds trackers for graphics and advanced graphics
This commit is contained in:
parent
c9f93c05f7
commit
44b3183ec8
2 changed files with 15 additions and 0 deletions
|
@ -27,6 +27,14 @@ struct Trackers {
|
|||
CheckState use_multi_core;
|
||||
|
||||
CheckState enable_audio_stretching;
|
||||
|
||||
CheckState use_disk_shader_cache;
|
||||
CheckState use_asynchronous_gpu_emulation;
|
||||
|
||||
CheckState use_vsync;
|
||||
CheckState use_assembly_shaders;
|
||||
CheckState use_fast_gpu_time;
|
||||
CheckState force_30fps_mode;
|
||||
} extern trackers;
|
||||
|
||||
// Global-aware apply and set functions
|
||||
|
@ -52,5 +60,6 @@ void SetColoredTristate(QCheckBox* checkbox, const std::string& name, const Sett
|
|||
ConfigurationShared::CheckState& tracker);
|
||||
|
||||
void InsertGlobalItem(QComboBox* combobox);
|
||||
void InsertGlobalItem(QComboBox* combobox, const QString& global);
|
||||
|
||||
} // namespace ConfigurationShared
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue