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:
parent
87a14dab7e
commit
f6c1d05bf8
1 changed files with 8 additions and 0 deletions
8
proton
8
proton
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue