[TEST] Hunting down recursive mutex 4

This commit is contained in:
CamilleLaVey
2026-07-17 02:32:14 -04:00
parent 933f79af95
commit 84490a7d6f
6 changed files with 8 additions and 10 deletions
@@ -594,7 +594,7 @@ abstract class SettingsItem(
IntSetting.ANDROID_PIPELINE_WORKERS,
titleId = R.string.pipeline_worker_cores,
descriptionId = R.string.pipeline_worker_cores_description,
min = 4,
min = 1,
max = 8,
units = "cores"
)
@@ -147,7 +147,7 @@ namespace AndroidSettings {
&show_performance_overlay};
Settings::Setting<s32> pipeline_worker_count{linkage, 4, "pipeline_worker_count",
Settings::Setting<s32> pipeline_worker_count{linkage, 0, "pipeline_worker_count",
Settings::Category::Android,
Settings::Specialization::Default,
true,