proton: Also copy VC Runtime libraries

This commit is contained in:
Andrew Eikum 2020-09-10 13:09:03 -05:00
parent a03374a44f
commit b1b12f8c4f

10
proton
View file

@ -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," +