Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
daci12345 authored Apr 22, 2023
1 parent 1e4add0 commit fa23860
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup-vulkan.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash
cd "$(dirname "$(readlink -f "$0")")" || exit

wineboot -i
wineserver -w
bash "$PWD/dxvk/setup_dxvk.sh" install
bash "$PWD/vkd3d/setup_vkd3d_proton.sh" install

cp -r -f "$PWD/dxvk-nvapi/x64/nvapi64.dll" "$WINEPREFIX/drive_c/windows/system32"
cp -r -f "$PWD/dxvk-nvapi/x32/nvapi.dll" "$WINEPREFIX/drive_c/windows/syswow64"
winecfg -v win10
wineserver -w

0 comments on commit fa23860

Please sign in to comment.