proton: Don't disable mfplay
This commit is contained in:
parent
7c91f57ec9
commit
55cca0e1f8
1 changed files with 0 additions and 1 deletions
1
proton
1
proton
|
@ -606,7 +606,6 @@ class Session:
|
||||||
self.dlloverrides = {
|
self.dlloverrides = {
|
||||||
"steam.exe": "b", #always use our special built-in steam.exe
|
"steam.exe": "b", #always use our special built-in steam.exe
|
||||||
"dotnetfx35.exe": "b", #replace the broken installer, as does Windows
|
"dotnetfx35.exe": "b", #replace the broken installer, as does Windows
|
||||||
"mfplay": "n" #disable built-in mfplay
|
|
||||||
}
|
}
|
||||||
|
|
||||||
self.compat_config = set()
|
self.compat_config = set()
|
||||||
|
|
Loading…
Reference in a new issue