proton: Also copy VC Runtime libraries
This commit is contained in:
parent
a03374a44f
commit
b1b12f8c4f
1 changed files with 10 additions and 0 deletions
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…
Reference in a new issue