Skip to content

Commit

Permalink
Delete CPU limit for Far Cry 2
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed May 3, 2024
1 parent 3cce793 commit 9e76a3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gamefixes-steam/19900.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@


def main():
""" chokes on more than 31 cores
""" Set CPU limit to 16 cores
See https://github.com/ValveSoftware/Proton/blob/proton_9.0/proton#L1154
Code block is intentionally empty because this game exists in EGS and GOG
"""

util.set_cpu_topology_limit(31)
pass

0 comments on commit 9e76a3b

Please sign in to comment.