mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 03:17:59 -05:00
configuration: Document odd widget cases
Explain why we need to do things differently at times, to serve as a reference.
This commit is contained in:
@ -58,9 +58,11 @@ void ConfigureCpu::Setup() {
|
||||
}
|
||||
|
||||
if (setting->Id() == Settings::values.cpu_accuracy.Id()) {
|
||||
// Keep track of cpu_accuracy combobox to display/hide the unsafe settings
|
||||
accuracy_layout->addWidget(widget);
|
||||
accuracy_combobox = widget->combobox;
|
||||
} else {
|
||||
// Presently, all other settings here are unsafe checkboxes
|
||||
unsafe_hold.insert({setting->GetLabel(), widget});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user