Add wineserver-k and wineboot -r to runlib. Fix DXVK uninstall

This commit is contained in:
Castro-Fidel
2019-11-30 22:20:14 +03:00
parent d352f4e129
commit aae3bd7c50
5 changed files with 42 additions and 22261 deletions

View File

@ -9,6 +9,11 @@ export gamestart="c:\\Games\\${gamedir}\\ .exe"
export PATH_TO_GAME="${PORT_WINE_PATH}/data/prefix/drive_c/Games/${gamedir}/"
########################################################################
export runtime_libs=0
#export __GL_SYNC_TO_VBLANK=0
#export vblank_mode=0
export PROTON_FORCE_LARGE_ADDRESS_AWARE=0
export STAGING_SHARED_MEMORY=1
export WINEDEBUG="-all"
########################################################################
WINE_DX_TO_OPENGL ()
{
@ -24,15 +29,6 @@ export WINEDLLOVERRIDES="winemenubuilder.exe=d"
export DXVK_HUD=fps
#export PROTON_USE_D9VK=1
}
###.NVIDIA.###
#export LD_PRELOAD="libpthread.so.0 libGL.so.1"
#export __GL_THREADED_OPTIMIZATIONS=1
#export __GL_SYNC_TO_VBLANK=0
#export vblank_mode=0
###.OTHER.###
export PROTON_FORCE_LARGE_ADDRESS_AWARE=0
export STAGING_SHARED_MEMORY=1
export WINEDEBUG="-all"
########################################################################
ADD_IN_START_PORTWINE ()
{