mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 07:05:46 +03:00
proton: Don't disable mfplay
This commit is contained in:
parent
a216c428ef
commit
f244e59176
1
proton
1
proton
@ -603,7 +603,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 New Issue
Block a user