Gamemoderun fix

This commit is contained in:
Castro-Fidel
2020-05-25 02:09:42 +03:00
parent a1ca24cfad
commit a435934169
6 changed files with 7 additions and 128 deletions

View File

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