Update Xalia to 0.4.4.

This commit is contained in:
Esme Povirk 2024-08-14 18:42:33 +00:00
parent f0364fcfd8
commit 5159bc393a
2 changed files with 6 additions and 1 deletions

View File

@ -1063,7 +1063,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

5
proton
View File

@ -1169,13 +1169,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
"1818750", # MultiVersus
]: