Major optimization for OpenGL mod and fix runtime libs env

This commit is contained in:
Castro-Fidel
2020-05-30 19:41:43 +03:00
parent 2121faf82e
commit 92b6f512c0
8 changed files with 55 additions and 22 deletions

View File

@ -70,8 +70,12 @@ export DXVK_HUD="full"
export WINE_MONO_TRACE="E:System.NotImplementedException"
#"/usr/bin/xterm" -geometry 130x13 -sb -e 'echo "--------------------------------------------------------PORTWINE-LINUX.RU--------------------------------------------------------" && "${PROTONRUN}" "run" "${gamestart}" "${launch_parameters}" &>> "${PORT_WINE_PATH}/${portname}.log"'
${optirun_on} "${var_gamemode}" "${PROTONRUN}" "run" "${gamestart}" ${launch_parameters} >> "${PORT_WINE_PATH}/${portname}.log" 2>&1
if [ ! -z ${optirun_on} ]
then
${optirun_on} "${var_gamemode}" "${PROTONRUN}" "run" "${gamestart}" ${launch_parameters} >> "${PORT_WINE_PATH}/${portname}.log" 2>&1
else
"${var_gamemode}" "${PROTONRUN}" "run" "${gamestart}" ${launch_parameters} >> "${PORT_WINE_PATH}/${portname}.log" 2>&1
fi
KILL9_WINEDEVICE | pwzen
STOP_PORTWINE | pwzen