forked from CastroFidel/PortWINE
major fix proton files, gamemoderun in proton, optimized libs
This commit is contained in:
@ -17,21 +17,21 @@ export WINEDLLOVERRIDES="winemenubuilder.exe=d"
|
||||
export WINEDEBUG="-all"
|
||||
export kill_winedevice=0
|
||||
export kill_explorer=0
|
||||
export PORTWINE_ACO=0
|
||||
export PORTWINE_ACO=1
|
||||
########################################################################
|
||||
ADD_IN_START_PORTWINE ()
|
||||
{
|
||||
if [ "${var_dxvk_on}" -eq "0" ]
|
||||
then ###OPENGL###
|
||||
export PROTON_USE_WINED3D=1
|
||||
export PROTON_USE_VKD3D=0
|
||||
export PROTON_NO_D9VK=1
|
||||
export PW_DXGI_FOR_VKD3D=0
|
||||
export PROTON_NO_D9VK=0
|
||||
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 PW_DXGI_FOR_VKD3D=1
|
||||
export PROTON_NO_D9VK=0
|
||||
export PROTON_NO_D3D11=0
|
||||
export PROTON_NO_D3D10=0
|
||||
|
Reference in New Issue
Block a user