Skip to content

Commit

Permalink
dxvk2050: New verb
Browse files Browse the repository at this point in the history
  • Loading branch information
TheComputerGuy96 committed Nov 11, 2024
1 parent 1825ab9 commit 1051cef
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 @@ -8644,6 +8644,24 @@ load_dxvk2041()
helper_dxvk "${file1}" "7.1" "1.3.204" "dxgi,d3d8,d3d9,d3d10core,d3d11"
}

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

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

w_metadata dxvk dlls \
Expand Down

0 comments on commit 1051cef

Please sign in to comment.