forked from CastroFidel/PortWINE
Major fix for runtime libs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user