Commit 5c369f4e authored by Mikhail Tergoev's avatar Mikhail Tergoev

fix dxgi=n in dxvk mode

parent 5faca941
......@@ -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)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment