mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-08 20:27:52 -05:00
configuration: Use buttons instead of highlights
Only for updated configs at the moment
This commit is contained in:
@ -32,7 +32,7 @@ void ConfigureGraphicsAdvanced::SetConfiguration() {
|
||||
|
||||
for (auto setting :
|
||||
Settings::values.linkage.by_category[Settings::Category::RendererAdvanced]) {
|
||||
auto [widget, extra] = ConfigurationShared::CreateWidget(
|
||||
auto [widget, extra, button] = ConfigurationShared::CreateWidget(
|
||||
setting, translations, this, runtime_lock, apply_funcs, trackers);
|
||||
|
||||
if (widget == nullptr) {
|
||||
|
Reference in New Issue
Block a user