From 81d3e6183a64cac3f96f1255d1b3f70fb88619b7 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Wed, 13 Oct 2021 11:46:43 -0500 Subject: [PATCH] proton: Enable audio dumping again --- proton | 3 --- 1 file changed, 3 deletions(-) diff --git a/proton b/proton index 36a5d197..64a8d558 100755 --- a/proton +++ b/proton @@ -1005,9 +1005,6 @@ class Session: #disable XIM support until libx11 >= 1.7 is widespread self.env.setdefault("WINE_ALLOW_XIM", "0") - #temporarily disable dumping audio to disk - self.env.setdefault("MEDIACONV_AUDIO_DONT_DUMP", "1") - if "wined3d11" in self.compat_config: self.compat_config.add("wined3d")