Skip to content

Commit

Permalink
new verb: d9vk030
Browse files Browse the repository at this point in the history
  • Loading branch information
bobwya authored and austin987 committed Oct 28, 2019
1 parent cd80a5a commit 326a6d1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/winetricks
Expand Up @@ -6940,6 +6940,26 @@ load_d9vk022()
helper_dxvk_d9vk "$file1" "4.5" "1.1.104" "dxgi,d3d9,d3d10,d3d11" helper_dxvk_d9vk "$file1" "4.5" "1.1.104" "dxgi,d3d9,d3d10,d3d11"
} }


w_metadata d9vk030 dlls \
title="Vulkan-based D3D9/D3D10/D3D11 implementation for Linux / Wine (0.30)" \
publisher="Joshua Ashton" \
year="2019" \
media="download" \
file1="d9vk-0.30.tar.gz" \
installed_file1="$W_SYSTEM32_DLLS_WIN/d3d9.dll" \
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_d9vk030()
{
# https://github.com/Joshua-Ashton/d9vk
w_download "https://github.com/Joshua-Ashton/d9vk/releases/download/0.30/d9vk-0.30.tar.gz" 9654b888665184bf795aa33a0c7287d04666ebe21e56e53df0f6c331fde24927
helper_dxvk_d9vk "$file1" "4.5" "1.1.104" "dxgi,d3d9,d3d10,d3d11"
}



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


Expand Down

0 comments on commit 326a6d1

Please sign in to comment.