mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-04 13:44:22 +01:00
proton: Also copy vulkan-1.dll
This commit is contained in:
parent
414e439070
commit
0ac177efaa
1 changed files with 7 additions and 2 deletions
9
proton
9
proton
|
|
@ -403,12 +403,17 @@ class CompatData:
|
||||||
"d3dcompiler_*.dll," +
|
"d3dcompiler_*.dll," +
|
||||||
"d3dcsx*.dll," +
|
"d3dcsx*.dll," +
|
||||||
"d3dx*.dll," +
|
"d3dx*.dll," +
|
||||||
"ntdll.dll," +
|
|
||||||
"x3daudio*.dll," +
|
"x3daudio*.dll," +
|
||||||
"xactengine*.dll," +
|
"xactengine*.dll," +
|
||||||
"xapofx*.dll," +
|
"xapofx*.dll," +
|
||||||
"xaudio*.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
|
# If any of this info changes, we must rerun the tasks below
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue