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