Skip to content

Commit

Permalink
Delete CPU limit for Call of Juarez: Gunslinger
Browse files Browse the repository at this point in the history
- Prefer upstream's CPU limit of 16 cores.

- See ValveSoftware/Proton@2307219
  • Loading branch information
R1kaB3rN committed May 10, 2024
1 parent 68a40c7 commit 856a658
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gamefixes-steam/204450.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ def main():
"""
# Fixes missing cutscenes
util.protontricks('wmp11')
# Seems to choke on more than 32 cores, needs testing
util.set_cpu_topology_limit(31)

2 comments on commit 856a658

@R1kaB3rN
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Tiagoquix upstream Proton (bleeding edge) has decided to limit the core count to 16 for this game. Do you mind making time to test this?

@Tiagoquix
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Tiagoquix upstream Proton (bleeding edge) has decided to limit the core count to 16 for this game. Do you mind making time to test this?

My CPU doesn't have that many cores, so I can't test. I based my decision on another user's report. The game is old and I run it with a very good performance with a smaller amount of cores, so the upstream limit should be fine.

Please sign in to comment.