mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-24 20:48:12 +03:00
proton: Also copy VC Runtime libraries
This commit is contained in:
parent
a03374a44f
commit
b1b12f8c4f
10
proton
10
proton
@ -409,6 +409,16 @@ class CompatData:
|
||||
"xaudio*.dll," +
|
||||
"xinput*.dll," +
|
||||
|
||||
#vcruntime redist
|
||||
"atl1*.dll," +
|
||||
"concrt1*.dll," +
|
||||
"msvcp1*.dll," +
|
||||
"msvcr1*.dll," +
|
||||
"vcamp1*.dll," +
|
||||
"vcomp1*.dll," +
|
||||
"vccorlib1*.dll," +
|
||||
"vcruntime1*.dll," +
|
||||
|
||||
#some games balk at ntdll symlink(?)
|
||||
"ntdll.dll," +
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user