mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-26 05:28:15 +03:00
proton: Enable WINE_HEAP_DELAY_FREE for Call of Duty: Black Ops II Zombies and Multiplayer.
CW-Bug-Id: #21106
This commit is contained in:
parent
8d2e85be8c
commit
be25891a0c
6
proton
6
proton
@ -1045,6 +1045,12 @@ def default_compat_config():
|
|||||||
if appid == "1621680":
|
if appid == "1621680":
|
||||||
ret.add("noforcelgadd")
|
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
|
return ret
|
||||||
|
|
||||||
class Session:
|
class Session:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user