2
0
Fork 0
mirror of https://github.com/ValveSoftware/Proton.git synced 2025-08-13 17:29:37 +03:00

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
commit f6c1d05bf8

8
proton
View file

@ -1143,6 +1143,14 @@ def default_compat_config():
]: ]:
ret.add("hideapu") ret.add("hideapu")
if appid in [
"20530", # Red Faction
"72850", # The Elder Scrolls V: Skyrim
"397950", # Clustertruck
"712180", # Mugsters
]:
ret.add("xalia")
return ret return ret
default_cpu_limit = { default_cpu_limit = {