mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 11:53:43 +00:00
configure_graphics: More complete reimplementation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user