proton: Add dotnetfx35.exe builtin override.

This commit is contained in:
Rémi Bernon 2020-10-16 23:40:56 +02:00 committed by Andrew Eikum
parent 1e7fb76caf
commit d126a401f6

1
proton
View file

@ -560,6 +560,7 @@ class Session:
self.env = dict(os.environ)
self.dlloverrides = {
"steam.exe": "b", #always use our special built-in steam.exe
"dotnetfx35.exe": "b", #replace the broken installer, as does Windows
"mfplay": "n" #disable built-in mfplay
}