mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
proton: Add and document compat flag for xalia.
This commit is contained in:
parent
1f400c7606
commit
876158c2b8
2 changed files with 4 additions and 0 deletions
3
proton
3
proton
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue