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

@ -3,5 +3,10 @@
. "$(dirname $(readlink -f "$0"))/runlib"
START_PORTWINE
export WINEDEBUG="fixme-all"
${optirun_on} ${var_gamemode} "${PROTONRUN}" "run" "explorer" & KILL9_WINEDEVICE >&2
if [ ! -z ${optirun_on} ]
then
${optirun_on} "${PROTONRUN}" "run" "explorer" & KILL9_WINEDEVICE >&2
else
"${PROTONRUN}" "run" "explorer" & KILL9_WINEDEVICE >&2
fi
STOP_PORTWINE