Skip to content

Commit

Permalink
disable wow vkd3d patches for now
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Jan 16, 2020
1 parent da43486 commit ec17de2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion game-patches-testing/proton-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
cd vkd3d
git reset --hard HEAD
git clean -xdf
#Don't apply wow patches for now, they tend to crash other vkd3d games
#patch -Np1 < ../game-patches-testing/vkd3d-patches/Support_RS_1.0_Volatile.patch
patch -Np1 < ../game-patches-testing/vkd3d-patches/wow-flicker.patch
#patch -Np1 < ../game-patches-testing/vkd3d-patches/wow-flicker.patch
cd ..

# Valve DXVK patches
Expand Down Expand Up @@ -60,6 +61,7 @@
patch -Np1 < ../game-patches-testing/proton-hotfixes/0005-ntdll-Permanently-exclude-natively-mapped-areas-from.patch

#VKD3D-WINE
#Don't apply these for now,they are part of the wow patches
#echo "applying vkd3d wine patches"
#patch -Np1 < ../game-patches-testing/wine-patches/D3D12SerializeVersionedRootSignature.patch
#patch -Np1 < ../game-patches-testing/wine-patches/D3D12CreateVersionedRootSignatureDeserializer.patch
Expand Down

0 comments on commit ec17de2

Please sign in to comment.