From 1a7e8faae752cf3d49183a02c6cacbc8062c6efd Mon Sep 17 00:00:00 2001 From: Esme Povirk Date: Wed, 14 Aug 2024 18:42:33 +0000 Subject: [PATCH] Update Xalia to 0.4.4. --- Makefile.in | 2 +- proton | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 0d2e8181..12c34614 100644 --- a/Makefile.in +++ b/Makefile.in @@ -986,7 +986,7 @@ all-dist: $(DIST_WINEMONO) ## xalia ## -XALIA_VER := 0.4.2 +XALIA_VER := 0.4.4 XALIA_ZIP := xalia-$(XALIA_VER)-net48-mono.zip DIST_XALIA_DIR := $(DST_DIR)/share/xalia DIST_XALIA := $(OBJ)/.xalia-dist diff --git a/proton b/proton index fceb8da9..f46b59f3 100755 --- a/proton +++ b/proton @@ -1263,13 +1263,18 @@ def default_compat_config(): appid = os.environ["STEAM_COMPAT_APP_ID"] if appid in [ "7000", # Tomb Raider: Legend + "7200", # Trackmania United Forever "8000", # Tomb Raider: Anniversary + "11020", # TrackMania Nations Forever + "15750", # Oddworld: Stranger's Wrath HD "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 + "610190", # WARRIORS ALL-STARS "712180", # Mugsters ]: ret.add("xalia")