From 0ac177efaa8b3a026591ee0a151a00a9977e4b84 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Thu, 6 Aug 2020 15:46:17 -0500 Subject: [PATCH] proton: Also copy vulkan-1.dll --- proton | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/proton b/proton index ace1e525..b31bceb7 100755 --- a/proton +++ b/proton @@ -403,12 +403,17 @@ class CompatData: "d3dcompiler_*.dll," + "d3dcsx*.dll," + "d3dx*.dll," + - "ntdll.dll," + "x3daudio*.dll," + "xactengine*.dll," + "xapofx*.dll," + "xaudio*.dll," + - "xinput*.dll" + "xinput*.dll," + + + #some games balk at ntdll symlink(?) + "ntdll.dll," + + + #some games require official vulkan loader + "vulkan-1.dll" ) # If any of this info changes, we must rerun the tasks below