mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 15:22:24 -07: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:
@@ -45,6 +45,7 @@ void ConfigureGraphicsAdvanced::SetConfiguration() {
|
||||
|
||||
hold.emplace(setting->Id(), widget);
|
||||
|
||||
// Keep track of enable_compute_pipelines so we can display it when needed
|
||||
if (setting->Id() == Settings::values.enable_compute_pipelines.Id()) {
|
||||
checkbox_enable_compute_pipelines = widget;
|
||||
}
|
||||
|
Reference in New Issue
Block a user