mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 22:22:40 +00:00
configuration: Implement slider
This commit is contained in:
@@ -33,7 +33,7 @@ void ConfigureGraphicsAdvanced::SetConfiguration() {
|
||||
for (auto setting :
|
||||
Settings::values.linkage.by_category[Settings::Category::RendererAdvanced]) {
|
||||
auto [widget, extra, button] = ConfigurationShared::CreateWidget(
|
||||
setting, translations, this, runtime_lock, apply_funcs, trackers);
|
||||
setting, translations, this, runtime_lock, apply_funcs);
|
||||
|
||||
if (widget == nullptr) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user