mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-26 14:45:48 +03:00
proton: Add disablelibglesv2 compat config option.
Some games and launcher based on older CEF / Chromium versions require this to render properly. CW-Bug-Id: #19501 CW-Bug-Id: #19483
This commit is contained in:
parent
c218238762
commit
3e4e8be82c
3
proton
3
proton
@ -1051,6 +1051,9 @@ class Session:
|
||||
if "usenativexinput13" in self.compat_config:
|
||||
self.dlloverrides["xinput1_3"] = "n"
|
||||
|
||||
if "disablelibglesv2" in self.compat_config:
|
||||
self.dlloverrides["libglesv2"] = "d"
|
||||
|
||||
if "PROTON_CRASH_REPORT_DIR" in self.env:
|
||||
self.env["WINE_CRASH_REPORT_DIR"] = self.env["PROTON_CRASH_REPORT_DIR"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user