fix dxgi=n in dxvk

This commit is contained in:
castro-fidel
2020-12-02 22:45:15 +03:00
parent 9c0257fcbc
commit 5faca941b8
2 changed files with 5 additions and 1 deletions

View File

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