mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 07:35:45 +00:00
configure_graphics: Partial runtime implementation
This commit is contained in:
parent
c7e5ead869
commit
d7ffd33ca0
10 changed files with 498 additions and 1133 deletions
|
@ -32,8 +32,8 @@ void ConfigureGraphicsAdvanced::SetConfiguration() {
|
|||
|
||||
for (auto setting :
|
||||
Settings::values.linkage.by_category[Settings::Category::RendererAdvanced]) {
|
||||
QWidget* widget = ConfigurationShared::CreateWidget(setting, translations, this,
|
||||
runtime_lock, apply_funcs, trackers);
|
||||
auto [widget, extra] = ConfigurationShared::CreateWidget(
|
||||
setting, translations, this, runtime_lock, apply_funcs, trackers);
|
||||
|
||||
if (widget == nullptr) {
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue