Skip to content

Commit

Permalink
dxvk2052: New verb
Browse files Browse the repository at this point in the history
  • Loading branch information
TheComputerGuy96 authored and austin987 committed Dec 31, 2024
1 parent 7223e6d commit e1ce088
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 @@ -7564,6 +7564,24 @@ load_dxvk2051()
helper_dxvk "${file1}" "7.1" "1.3.204" "dxgi,d3d8,d3d9,d3d10core,d3d11"
}

w_metadata dxvk2052 dlls \
title="Vulkan-based D3D8/D3D9/D3D10/D3D11 implementation for Linux / Wine (2.5.2)" \
publisher="Philip Rebohle" \
year="2024" \
media="download" \
file1="dxvk-2.5.2.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_dxvk2052()
{
w_download "https://github.com/doitsujin/dxvk/releases/download/v2.5.2/dxvk-2.5.2.tar.gz" 472a667060d6459abe3025090411f6dfdbd7333377160e869ed975b7c2422b05
helper_dxvk "${file1}" "7.1" "1.3.204" "dxgi,d3d8,d3d9,d3d10core,d3d11"
}

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

w_metadata dxvk dlls \
Expand Down

0 comments on commit e1ce088

Please sign in to comment.