forked from CastroFidel/PortWINE
Add nvapi,nvapi64=disabled for nvidia
This commit is contained in:
@ -5,5 +5,10 @@ runlib_path="$(dirname $(readlink -f "$0"))"/runlib
|
||||
"${WINESERVER}" -k
|
||||
START_PORTWINE
|
||||
export WINEDEBUG="fixme-all"
|
||||
"${PROTONRUN}" "run" "winecfg" >&2
|
||||
if [ ! -z ${optirun_on} ]
|
||||
then
|
||||
${optirun_on} "${PROTONRUN}" "run" "winecfg" >&2
|
||||
else
|
||||
"${PROTONRUN}" "run" "winecfg" >&2
|
||||
fi
|
||||
STOP_PORTWINE
|
||||
|
Reference in New Issue
Block a user