forked from eden-emu/eden
configure_graphics: More complete reimplementation
This commit is contained in:
parent
3a7a5edcea
commit
9a844bbf0c
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