FSYNC ON and vertical synchronization disabled from DX to OpenGL
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user