mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 11:57:57 -05: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