From 61c47d867f8471a2614ecf561bcf4b543f1bce9b Mon Sep 17 00:00:00 2001 From: Esme Povirk Date: Mon, 15 Apr 2024 13:08:03 -0500 Subject: [PATCH] proton: Enable Xalia for more games. --- proton | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/proton b/proton index 33e12898..0db99b04 100755 --- a/proton +++ b/proton @@ -1144,9 +1144,16 @@ def default_compat_config(): ret.add("hideapu") if appid in [ + "7000", # Tomb Raider: Legend + "8000", # Tomb Raider: Anniversary "20530", # Red Faction + "22300", # Fallout 3 + "22370", # Fallout 3: Game of the Year Edition + "22380", # Fallout: New Vegas "72850", # The Elder Scrolls V: Skyrim + "377160", # Fallout 4 "397950", # Clustertruck + "489830", # The Elder Scrolls V: Skyrim Special Edition "712180", # Mugsters ]: ret.add("xalia")