mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 23:45:46 +00:00
configuration: Implement slider
This commit is contained in:
parent
39a1ffbb91
commit
d35577d3ed
7 changed files with 188 additions and 71 deletions
|
@ -34,8 +34,6 @@ private:
|
|||
|
||||
std::unique_ptr<Ui::ConfigureGraphicsAdvanced> ui;
|
||||
|
||||
std::list<ConfigurationShared::CheckState> trackers{};
|
||||
|
||||
const Core::System& system;
|
||||
const ConfigurationShared::TranslationMap& translations;
|
||||
std::forward_list<std::function<void(bool)>> apply_funcs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue