proton: Enable Xalia on known-working games.
This commit is contained in:
parent
876158c2b8
commit
d72fb93507
1 changed files with 13 additions and 0 deletions
13
proton
13
proton
|
@ -1148,6 +1148,19 @@ def default_compat_config():
|
|||
]:
|
||||
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
|
||||
|
||||
default_cpu_limit = {
|
||||
|
|
Loading…
Reference in a new issue