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 e8194a0
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions gamefixes-steam/19900.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
""" Far Cry 2
"""
#pylint: disable=C0103

from protonfixes import util


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
util.set_cpu_topology_limit(31)
Code block is intentionally empty because this game exists in EGS and
Ubisoft (umu-19900)
"""

0 comments on commit e8194a0

Please sign in to comment.