Skip to content

Commit

Permalink
Adjust comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiagoquix committed May 8, 2024
1 parent 2ff6d8e commit d3828b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gamefixes-steam/204450.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Game fix Call of Juarez: Gunslinger
""" Game fixes Call of Juarez: Gunslinger
"""
#pylint: disable=C0103

Expand All @@ -7,7 +7,7 @@
def main():
""" installs wmp11
"""
# Fixes missing audio cutscenes
# Fixes missing cutscenes
util.protontricks('wmp11')
# Seems to choke on more than 32 cores, needs testing
util.set_cpu_topology_limit(31)

0 comments on commit d3828b2

Please sign in to comment.