mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 03:55:46 +00:00
configure_graphics: More complete reimplementation
This commit is contained in:
parent
cc4dbb8c8c
commit
bb015feefd
4 changed files with 113 additions and 345 deletions
|
@ -54,7 +54,8 @@ std::pair<QWidget*, void*> CreateWidget(Settings::BasicSetting* setting,
|
|||
bool runtime_lock,
|
||||
std::forward_list<std::function<void(bool)>>& apply_funcs,
|
||||
std::list<CheckState>& trackers,
|
||||
RequestType request = RequestType::Default);
|
||||
RequestType request = RequestType::Default,
|
||||
bool managed = true);
|
||||
|
||||
// Global-aware apply and set functions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue