Major fix for runtime libs

This commit is contained in:
Castro-Fidel
2020-06-01 21:51:55 +03:00
parent a05d9992ff
commit 2a971a4182
5 changed files with 59 additions and 63 deletions

View File

@ -24,12 +24,14 @@ ADD_IN_START_PORTWINE ()
if [ "${var_dxvk_on}" -eq "0" ]
then ###OPENGL###
export PROTON_USE_WINED3D=1
export PROTON_NO_D9VK=0
export PROTON_USE_VKD3D=0
export PROTON_NO_D9VK=1
export PROTON_NO_D3D11=0
export PROTON_NO_D3D10=0
export PROTON_OLD_GL_STRING=0
else ###DXVK###
export PROTON_USE_WINED3D=0
export PROTON_USE_VKD3D=0
export PROTON_NO_D9VK=0
export PROTON_NO_D3D11=0
export PROTON_NO_D3D10=0