Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Eikum <aeikum@codeweavers.com>2020-12-18 21:21:26 +0300
committerAndrew Eikum <aeikum@codeweavers.com>2020-12-18 23:51:32 +0300
commitf244e5917637679df7a3560550345ea10ef45583 (patch)
treef69e833bceb9f8c00c584436928d2d7e5c89ddbb
parenta216c428ef3fb90dcd07938f7a34b359a9c2729e (diff)
proton: Don't disable mfplayexperimental-5.13-20201218c
-rwxr-xr-xproton1
1 files changed, 0 insertions, 1 deletions
diff --git a/proton b/proton
index 4d6e551d..3c3ff328 100755
--- a/proton
+++ b/proton
@@ -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()