Update: Refactoring code for PW_AMD_VULKAN_USE and PW_GPU_USE

This commit is contained in:
2025-09-01 23:58:43 +05:00
parent cc4d4458ee
commit 636b90d335
2 changed files with 46 additions and 52 deletions

View File

@@ -312,7 +312,7 @@ if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
fi
if [[ -z $PW_GPU_USE || $PW_GPU_USE == "disabled" ]] ; then
unset PW_GPU_USE
PW_GPU_USE="disabled"
pw_check_dxvk
fi