From 856a65865e816e1860abfa686093d4824883e226 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Fri, 10 May 2024 14:46:58 -0700 Subject: [PATCH] Delete CPU limit for Call of Juarez: Gunslinger - Prefer upstream's CPU limit of 16 cores. - See https://github.com/ValveSoftware/Proton/commit/23072198bd54c7970c389b3d2c4dcfb9eb5619ae --- gamefixes-steam/204450.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gamefixes-steam/204450.py b/gamefixes-steam/204450.py index 448b78e..8f37162 100644 --- a/gamefixes-steam/204450.py +++ b/gamefixes-steam/204450.py @@ -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)