From c25afe23ab74c57e8cab899e82e118779a739ea8 Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Tue, 23 Apr 2024 12:12:01 -0600 Subject: [PATCH] proton: Limit CPU count for C&C and The Covert Operations. CW-Bug-Id: #23691 --- proton | 1 + 1 file changed, 1 insertion(+) diff --git a/proton b/proton index 00d2b7b5..40f65c4e 100755 --- a/proton +++ b/proton @@ -1161,6 +1161,7 @@ default_cpu_limit = { "56400" : 8, # Warhammer 40,000: Dawn of War II - Retribution "618970" : 4, # Outcast - Second Contact "10150" : 8, # Prototype + "2229830" : 1, # Command & Conquer and The Covert Operations } class Session: