mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-20 09:32:13 +03:00
proton: Enable Xalia on known-working games.
This commit is contained in:
parent
87a14dab7e
commit
f6c1d05bf8
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…
x
Reference in New Issue
Block a user