proton: Don't disable mfplay

This commit is contained in:
Andrew Eikum 2020-12-18 12:21:26 -06:00
parent a216c428ef
commit f244e59176

1
proton
View File

@ -603,7 +603,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()