FSYNC ON and vertical synchronization disabled from DX to OpenGL

This commit is contained in:
Castro-Fidel
2020-06-02 17:05:45 +03:00
parent e1929234f9
commit 671bace447
4 changed files with 14 additions and 18 deletions

View File

@ -4,8 +4,8 @@
"${WINESERVER}" -k
START_PORTWINE
if [ ! -z ${optirun_on} ]; then
${optirun_on} "${PROTONRUN}" "run" "${gamestart}" ${launch_parameters}
${optirun_on} "${PROTONRUN}" "run" "${gamestart}" ${launch_parameters} &>/dev/null
else
"${PROTONRUN}" "run" "${gamestart}" ${launch_parameters}
"${PROTONRUN}" "run" "${gamestart}" ${launch_parameters} &>/dev/null
fi
STOP_PORTWINE