[TEST] Rework Android CPU affinity/ threading

This commit is contained in:
CamilleLaVey
2026-07-28 23:42:46 -04:00
parent b6959029ca
commit 71b9d8d3df
6 changed files with 103 additions and 30 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 = 2,
max = 8,
units = "cores"
)