Skip to content

Commit

Permalink
dxvk2051: New verb
Browse files Browse the repository at this point in the history
  • Loading branch information
TheComputerGuy96 committed Nov 18, 2024
1 parent 1051cef commit 19f4cf1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -8662,6 +8662,24 @@ load_dxvk2050()
helper_dxvk "${file1}" "7.1" "1.3.204" "dxgi,d3d8,d3d9,d3d10core,d3d11"
}

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

load_dxvk2051()
{
w_download "https://github.com/doitsujin/dxvk/releases/download/v2.5.1/dxvk-2.5.1.tar.gz" eb27507e9b1d4aa5439605d241bb97584c13a7589b885a0df5c4da091194d842
helper_dxvk "${file1}" "7.1" "1.3.204" "dxgi,d3d8,d3d9,d3d10core,d3d11"
}

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

w_metadata dxvk dlls \
Expand Down

0 comments on commit 19f4cf1

Please sign in to comment.