Joshua-Ashton / dxup

A d3d9 and d3d10 to d3d11 translation layer.
zlib License
259 stars 26 forks source link

fixed wine_utils dxup_setup.in; now links to DXVK installation #21

Closed FlyingWombat closed 5 years ago

FlyingWombat commented 6 years ago

the setup script assumed that DXVK's d3d11.dll and dxgi.dll (as dxgi_original) would be in the dxup dll directory. They are not, unless the user puts them there. So, I added a conditional to link to DXVK's dlls if not already done. Assumes DXVK is installed at /usr/share/dxvk Note: this checks for symlinks; so manual redirects would have to be symlinks

Also, fixed a typo