Skip to content

Commit 11e32ed

Browse files
authored
Added fix for Colin McRae: DiRT (#329)
1 parent 4f22941 commit 11e32ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

gamefixes-steam/11440.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"""Colin McRae: DiRT"""
2+
3+
from protonfixes import util
4+
5+
6+
def main() -> None:
7+
"""The game crashes without limiting cores"""
8+
util.set_cpu_topology_limit(4)

0 commit comments

Comments
 (0)