diff --git a/gamefixes-steam/19900.py b/gamefixes-steam/19900.py index 0b089129..79c04a4f 100755 --- a/gamefixes-steam/19900.py +++ b/gamefixes-steam/19900.py @@ -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) + """