From 9e76a3b1de54c3d98410696deb772d1ca6cf2da4 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Fri, 3 May 2024 09:21:27 -0700 Subject: [PATCH] Delete CPU limit for Far Cry 2 --- gamefixes-steam/19900.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gamefixes-steam/19900.py b/gamefixes-steam/19900.py index 0b089129..3f431e07 100755 --- a/gamefixes-steam/19900.py +++ b/gamefixes-steam/19900.py @@ -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