fix dxgi=n in dxvk mode

This commit is contained in:
castro-fidel 2020-12-03 20:01:40 +03:00
parent 5faca941b8
commit 5c369f4ee4

@ -153,8 +153,9 @@ echo "DXVK_HUD=${DXVK_HUD}"
if [ "${var_dxvk_on}" != "off" ]; then
export PW_USE_WINED3D=0
export WINEDLLOVERRIDES="${WINEDLLOVERRIDES}:dxgi=n"
export WINEDLLOVERRIDES="${WINEDLLOVERRIDES};dxgi=n"
echo "Use DXVK and D9VK (DX9-DX11 to Vulkan)"
else
export PW_USE_WINED3D=1
echo "Use OpenGL and VKD3D (DX9-DX11 to OpenGL and DX12 to vulkan)"