proton: Don't disable mfplay

This commit is contained in:
Andrew Eikum 2020-12-18 12:21:26 -06:00
parent 7c91f57ec9
commit 55cca0e1f8

1
proton
View file

@ -606,7 +606,6 @@ class Session:
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
}
self.compat_config = set()