DavidoTek / ProtonUp-Qt

Install and manage GE-Proton, Luxtorpeda & more for Steam and Wine-GE & more for Lutris with this graphical user interface.
https://davidotek.github.io/protonup-qt
GNU General Public License v3.0
1.18k stars 39 forks source link

Heroic: Add DXVK #263

Closed sonic2kk closed 12 months ago

sonic2kk commented 1 year ago

This adds DXVK for heroicwine and heroicproton, mirroring the implementation for #245. I tested that this didn't break Lutris, and tested a couple of different DXVK versions (v2.2 and v2.0) for each.

image

DXVK versions are displayed on the main menu without any changes, because #245 added the logic to check for and display DXVK and vkd3d tools. The only change required here was changing the path that DXVK is extracted to.

An equivalent change can be made for VKD3D as well, though that can go in a separate PR that will depend on whether #262 is accepted or not ;-)

Thanks!

DavidoTek commented 1 year ago

Thanks! :tada: