proton: Add ir50_32.dll to dll copy list.

CW-Bug-Id: #23172
This commit is contained in:
Paul Gofman 2023-12-22 15:19:37 -06:00 committed by Arkadiusz Hiler
parent 5d374bdc2c
commit 2781aa3d1c

5
proton
View file

@ -831,7 +831,10 @@ class CompatData:
"ntdll.dll," + "ntdll.dll," +
#some games require official vulkan loader #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 # If any of this info changes, we must rerun the tasks below