Skip to content

Commit

Permalink
new verb: dxvk101
Browse files Browse the repository at this point in the history
  • Loading branch information
bobwya authored and austin987 committed Mar 14, 2019
1 parent 0994d40 commit cea3463
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -7218,6 +7218,25 @@ load_dxvk100()
helper_dxvk "$file1" "d3d10_enabled" "3.19" "1.1.88"
}

w_metadata dxvk101 dlls \
title="Vulkan-based D3D10/D3D11 implementation for Linux / Wine (1.0.1)" \
publisher="Philip Rebohle" \
year="2018" \
media="download" \
file1="dxvk-1.0.1.tar.gz" \
installed_file1="$W_SYSTEM32_DLLS_WIN/d3d10.dll" \
installed_file2="$W_SYSTEM32_DLLS_WIN/d3d10_1.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_dxvk101()
{
# https://github.com/doitsujin/dxvk
w_download "https://github.com/doitsujin/dxvk/releases/download/v1.0.1/dxvk-1.0.1.tar.gz" 739847cdd14b302dac600c66bc6617d7814945df6d4d7b6c91fecfa910e3b1b1
helper_dxvk "$file1" "d3d10_enabled" "3.19" "1.1.88"
}


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

Expand Down

0 comments on commit cea3463

Please sign in to comment.