proton: Add and document compat flag for xalia.

This commit is contained in:
Esme Povirk 2024-03-22 19:08:52 +00:00 committed by Arkadiusz Hiler
parent 1f400c7606
commit 876158c2b8
2 changed files with 4 additions and 0 deletions

3
proton
View file

@ -1407,6 +1407,9 @@ class Session:
if "noopwr" in self.compat_config:
self.env["WINE_DISABLE_VULKAN_OPWR"] = "1"
if "xalia" in self.compat_config and "PROTON_USE_XALIA" not in self.env:
self.env["PROTON_USE_XALIA"] = "1"
if "PROTON_CRASH_REPORT_DIR" in self.env:
self.env["WINE_CRASH_REPORT_DIR"] = self.env["PROTON_CRASH_REPORT_DIR"]