Skip to content

Commit bb72926

Browse files
committed
proton: set default_cpu_limit to 27 for Elden Ring
EAC produces the error "Unexpected error (#1)" if there are too many cpus. Testing on an AMD 9950X3D, it looks like it's happy with 27 or fewer, but not 28 or more, so set the limit to 27. For #5613
1 parent 33987c1 commit bb72926

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

proton

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,6 +1473,7 @@ default_cpu_limit = {
14731473
"286810" : 30, # Hard Truck Apocalypse: Rise of Clans / Ex Machina: Meridian 113
14741474
"70000" : 28, # Dino D-Day
14751475
"115320" : 8, # Prototype 2
1476+
"1245620" : 27, # Elden Ring
14761477
}
14771478

14781479
class Session:

0 commit comments

Comments
 (0)