forked from CastroFidel/PortWINE
Scripts version 2078
This commit is contained in:
@ -355,7 +355,7 @@ start_portwine () {
|
||||
try_force_link_file "${PW_PLUGINS_PATH}/d3d_extras/x64/${d3d_extras_from_plugins}.dll" "${WINEPREFIX}/drive_c/windows/system32/"
|
||||
try_force_link_file "${PW_PLUGINS_PATH}/d3d_extras/x32/${d3d_extras_from_plugins}.dll" "${WINEPREFIX}/drive_c/windows/syswow64/"
|
||||
if [[ "${PW_D3D_EXTRAS_DISABLE}" != 1 ]] ; then
|
||||
var_winedlloverride_update "${d3d_extras_from_plugins}=n"
|
||||
var_winedlloverride_update "${d3d_extras_from_plugins}=n,b"
|
||||
fi
|
||||
if [[ -z "`grep "${d3d_extras_from_plugins}" "${WINEPREFIX}/winetricks.log"`" ]] ; then
|
||||
echo "${d3d_extras_from_plugins}" >> "${WINEPREFIX}/winetricks.log"
|
||||
|
Reference in New Issue
Block a user