mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 15:22:24 -07:00
shared_translation: Finish using int ids
This commit is contained in:
@@ -45,7 +45,7 @@ void ConfigureGraphicsAdvanced::SetConfiguration() {
|
||||
layout.addWidget(widget);
|
||||
}
|
||||
|
||||
if (setting->GetLabel() == "enable_compute_pipelines") {
|
||||
if (setting->Id() == Settings::values.enable_compute_pipelines.Id()) {
|
||||
checkbox_enable_compute_pipelines = widget;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user