proton: Enable audio dumping again

This commit is contained in:
Andrew Eikum 2021-10-13 11:46:43 -05:00 committed by Arkadiusz Hiler
parent 954613435a
commit 76aba63362

3
proton
View file

@ -1006,9 +1006,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")