mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
parent
5d374bdc2c
commit
2781aa3d1c
1 changed files with 4 additions and 1 deletions
5
proton
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue