mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 23:25:50 +03:00
proton: Enable Xalia on known-working games.
This commit is contained in:
parent
876158c2b8
commit
d72fb93507
13
proton
13
proton
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user