mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-08 20:27:52 -05: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