Scripts version 2301

This commit is contained in:
Mikhail Tergoev
2024-05-29 21:25:46 +03:00
parent c661fa70f7
commit 2af8a2fca2
4 changed files with 8 additions and 2 deletions

View File

@ -2135,7 +2135,7 @@ start_portwine () {
done
# DGVOODOO2 settings:
if [[ "${PW_DGV2_USE_DX12}" == "1" ]] ; then
if [[ "${PW_VULKAN_USE}" == "1" ]] || [[ "${PW_VULKAN_USE}" == "2" ]] \
if [[ "${PW_VULKAN_USE}" == "1" ]] || [[ "${PW_VULKAN_USE}" == "2" ]]
then
sed -i "s/OutputAPI = d3d11_fl11_0/OutputAPI = d3d12_fl12_0/" "$DGV2CONF"
fi