1
0
mirror of https://github.com/ValveSoftware/Proton.git synced 2025-05-05 11:19:37 +03:00

proton: Add ir50_32.dll to dll copy list.

CW-Bug-Id: 
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

@ -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