Skip to content

Commit

Permalink
proton: Enable WINE_HEAP_DELAY_FREE for Call of Duty: Black Ops II Zo…
Browse files Browse the repository at this point in the history
…mbies and Multiplayer.

CW-Bug-Id: #21106
  • Loading branch information
Paul Gofman committed Sep 13, 2022
1 parent 21091b7 commit 51a6cea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proton
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,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:
Expand Down

0 comments on commit 51a6cea

Please sign in to comment.