forked from CastroFidel/PortWINE
major changes
This commit is contained in:
@ -50,6 +50,7 @@ export WINEPREFIX="${PORT_WINE_PATH}/data/pfx"
|
||||
export PATH="${WINEDIR}/bin:${PATH}"
|
||||
export WINESTART="C:\\windows\\command\\start.exe"
|
||||
export STEAM_COMPAT_DATA_PATH="${PORT_WINE_PATH}/data/"
|
||||
export PW_COMPAT_MEDIA_PATH="${PW_COMPAT_MEDIA_PATH}"
|
||||
########################################################################
|
||||
export urlg="http://portwine-linux.ru/donate"
|
||||
########################################################################
|
||||
@ -131,17 +132,9 @@ echo "DXVK_HUD=${DXVK_HUD}"
|
||||
|
||||
if [ "${var_dxvk_on}" != "off" ]; then
|
||||
export PW_USE_WINED3D=0
|
||||
export PW_NO_D3D9=0
|
||||
export PW_NO_D3D10=0
|
||||
export PW_NO_D3D11=0
|
||||
export PW_OLD_GL_STRING=0
|
||||
echo "Use DXVK and D9VK (DX9-DX11 to Vulkan)"
|
||||
else
|
||||
export PW_USE_WINED3D=1
|
||||
export PW_NO_D3D9=0
|
||||
export PW_NO_D3D10=0
|
||||
export PW_NO_D3D11=0
|
||||
export PW_OLD_GL_STRING=0
|
||||
echo "Use OpenGL and VKD3D (DX9-DX11 to OpenGL and DX12 to vulkan)"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user