Fix log and gamemode

This commit is contained in:
Castro-Fidel
2020-05-20 23:08:34 +03:00
parent 8692507ba9
commit fa40eae2b2
5 changed files with 262 additions and 59 deletions

View File

@ -2,5 +2,5 @@
# Author: Tergoev M.A.
. "$(dirname $(readlink -f "$0"))/runlib"
START_PORTWINE
"${PROTONRUN}" "run" "${gamestart}" ${launch_parameters} | ${var_gamemode} & KILL9_WINEDEVICE
"${PROTONRUN}" "run" "${gamestart}" ${launch_parameters} >&2 | ${var_gamemode} > /dev/null & KILL9_WINEDEVICE
STOP_PORTWINE