From 2781aa3d1c623a20c6aa0de1a4eeeb6b193591c1 Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Fri, 22 Dec 2023 15:19:37 -0600 Subject: [PATCH] proton: Add ir50_32.dll to dll copy list. CW-Bug-Id: #23172 --- proton | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/proton b/proton index 49a1897e..550b7893 100755 --- a/proton +++ b/proton @@ -831,7 +831,10 @@ class CompatData: "ntdll.dll," + #some games require official vulkan loader - "vulkan-1.dll" + "vulkan-1.dll," + + + #let the games install native + "ir50_32.dll" ) # If any of this info changes, we must rerun the tasks below