Skip to content

Commit

Permalink
proton: build: Copy dxvk's d3d8 over now that's been merged
Browse files Browse the repository at this point in the history
Fixes 3d1abfa
Fixes #1218
  • Loading branch information
Tk-Glitch committed Jul 10, 2024
1 parent 3d1abfa commit d52533a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proton-tkg/proton-tkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1061,11 +1061,11 @@ else
chmod -R 755 "$_nowhere"/dxvk
# Remove d3d10.dll and d3d10_1.dll when using a 5.3 base or newer - https://github.com/doitsujin/dxvk/releases/tag/v1.6
if [ "$_dxvk_minimald3d10" = "true" ]; then
cp -v dxvk/x64/{d3d10core.dll,d3d11.dll,d3d9.dll,dxgi.dll} $_proton_dxvk_path64
cp -v dxvk/x32/{d3d10core.dll,d3d11.dll,d3d9.dll,dxgi.dll} $_proton_dxvk_path32
cp -v dxvk/x64/{d3d10core.dll,d3d11.dll,d3d8.dll,d3d9.dll,dxgi.dll} $_proton_dxvk_path64
cp -v dxvk/x32/{d3d10core.dll,d3d11.dll,d3d8.dll,d3d9.dll,dxgi.dll} $_proton_dxvk_path32
else
cp -v dxvk/x64/{d3d10.dll,d3d10_1.dll,d3d10core.dll,d3d11.dll,d3d9.dll,dxgi.dll} $_proton_dxvk_path64
cp -v dxvk/x32/{d3d10.dll,d3d10_1.dll,d3d10core.dll,d3d11.dll,d3d9.dll,dxgi.dll} $_proton_dxvk_path32
cp -v dxvk/x64/{d3d10.dll,d3d10_1.dll,d3d10core.dll,d3d11.dll,d3d8.dll,d3d9.dll,dxgi.dll} $_proton_dxvk_path64
cp -v dxvk/x32/{d3d10.dll,d3d10_1.dll,d3d10core.dll,d3d11.dll,d3d8.dll,d3d9.dll,dxgi.dll} $_proton_dxvk_path32
fi
if [ -e dxvk/x64/dxvk_config.dll ]; then
cp -v dxvk/x64/dxvk_config.dll $_proton_dxvk_path64
Expand Down

0 comments on commit d52533a

Please sign in to comment.