Update build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled

This commit is contained in:
CanbiZ 2025-09-23 15:19:28 +02:00
parent 6b40cf6feb
commit 22118056ca

View File

@ -2263,10 +2263,6 @@ EOF
# Apply configuration for selected GPUs
local dev_index=0
for device in "${VAAPI_DEVICES[@]}"; do
configure_vaapi_device "$device" "$dev_index"
((dev_index++))
done
for gpu_type in "${SELECTED_GPUS[@]}"; do
case "$gpu_type" in
VAAPI)
@ -2289,6 +2285,7 @@ EOF
done
[[ ${#SELECTED_GPUS[@]} -gt 0 ]] && msg_ok "GPU passthrough configured"
}
# ------------------------------------------------------------------------------