From 9a4c4f405e171331b7e99996503cfaad2ba4d76a Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Fri, 18 Dec 2020 12:21:26 -0600 Subject: [PATCH] proton: Don't disable mfplay --- proton | 1 - 1 file changed, 1 deletion(-) diff --git a/proton b/proton index 2745753f..f9c9ddbc 100755 --- a/proton +++ b/proton @@ -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()