From be25891a0cb7b5c87e3f9c324b832902eca0c72d Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Tue, 13 Sep 2022 18:14:56 -0500 Subject: [PATCH] proton: Enable WINE_HEAP_DELAY_FREE for Call of Duty: Black Ops II Zombies and Multiplayer. CW-Bug-Id: #21106 --- proton | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proton b/proton index 0b1c26ae..b03d515d 100755 --- a/proton +++ b/proton @@ -1045,6 +1045,12 @@ def default_compat_config(): if appid == "1621680": ret.add("noforcelgadd") + if appid in [ + "202990", #Call of Duty: Black Ops II - Multiplayer + "212910", #Call of Duty: Black Ops II - Zombies + ]: + ret.add("heapdelayfree") + return ret class Session: