Skip to content

Commit

Permalink
New verb: dxvk2030
Browse files Browse the repository at this point in the history
  • Loading branch information
bmx666 authored and austin987 committed Dec 14, 2023
1 parent de34828 commit 027bdae
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -8416,6 +8416,23 @@ load_dxvk2020()
helper_dxvk "${file1}" "7.1" "1.3.204" "dxgi,d3d9,d3d10core,d3d11"
}

w_metadata dxvk2030 dlls \
title="Vulkan-based D3D9/D3D10/D3D11 implementation for Linux / Wine (2.3)" \
publisher="Philip Rebohle" \
year="2023" \
media="download" \
file1="dxvk-2.3.tar.gz" \
installed_file1="${W_SYSTEM32_DLLS_WIN}/d3d9.dll" \
installed_file2="${W_SYSTEM32_DLLS_WIN}/d3d10core.dll" \
installed_file3="${W_SYSTEM32_DLLS_WIN}/d3d11.dll" \
installed_file4="${W_SYSTEM32_DLLS_WIN}/dxgi.dll"

load_dxvk2030()
{
w_download "https://github.com/doitsujin/dxvk/releases/download/v2.3/dxvk-2.3.tar.gz" 8059c06fc84a864122cc572426f780f35921eb4e3678dc337e9fd79ee5a427c0
helper_dxvk "${file1}" "7.1" "1.3.204" "dxgi,d3d9,d3d10core,d3d11"
}

#----------------------------------------------------------------

w_metadata dxvk dlls \
Expand Down

0 comments on commit 027bdae

Please sign in to comment.