Skip to content

Commit

Permalink
dxvk2053: New verb
Browse files Browse the repository at this point in the history
  • Loading branch information
TheComputerGuy96 committed Jan 15, 2025
1 parent 1d441b4 commit cbdfcab
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 @@ -7590,6 +7590,24 @@ load_dxvk2052()
helper_dxvk "${file1}" "7.1" "1.3.204" "dxgi,d3d8,d3d9,d3d10core,d3d11"
}

w_metadata dxvk2053 dlls \
title="Vulkan-based D3D8/D3D9/D3D10/D3D11 implementation for Linux / Wine (2.5.3)" \
publisher="Philip Rebohle" \
year="2025" \
media="download" \
file1="dxvk-2.5.3.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.3/dxvk-2.5.3.tar.gz" d8e6ef7d1168095165e1f8a98c7d5a4485b080467bb573d2a9ef3e3d79ea1eb8
helper_dxvk "${file1}" "7.1" "1.3.204" "dxgi,d3d8,d3d9,d3d10core,d3d11"
}

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

w_metadata dxvk dlls \
Expand Down

0 comments on commit cbdfcab

Please sign in to comment.