proton: Enable Xalia on known-working games.

This commit is contained in:
Esme Povirk 2024-03-29 20:56:09 +00:00 committed by Arkadiusz Hiler
parent 876158c2b8
commit d72fb93507

13
proton
View file

@ -1148,6 +1148,19 @@ def default_compat_config():
]: ]:
ret.add("hideapu") ret.add("hideapu")
if appid in [
"7000", # Tomb Raider: Legend
"8000", # Tomb Raider: Anniversary
"22300", # Fallout 3
"22370", # Fallout 3: Game of the Year Edition
"72850", # The Elder Scrolls V: Skyrim
"377160", # Fallout 4
"397950", # Clustertruck
"489830", # The Elder Scrolls V: Skyrim Special Edition
"712180", # Mugsters
]:
ret.add("xalia")
return ret return ret
default_cpu_limit = { default_cpu_limit = {