mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-04-23 14:53:37 +03:00
proton: Enable the new SDL 2.30 Steam Input integration.
CW-Bug-Id: #23185
This commit is contained in:
parent
121cdab5fc
commit
9982db7405
4
proton
4
proton
@ -1172,6 +1172,10 @@ class Session:
|
|||||||
else:
|
else:
|
||||||
self.env.pop("LC_ALL", "")
|
self.env.pop("LC_ALL", "")
|
||||||
|
|
||||||
|
# CW-Bug-Id: #23185 Enable the new SDL 2.30 Steam Input integration.
|
||||||
|
if "SteamVirtualGamepadInfo_Proton" in self.env and "SteamVirtualGamepadInfo" not in self.env:
|
||||||
|
self.env["SteamVirtualGamepadInfo"] = self.env["SteamVirtualGamepadInfo_Proton"]
|
||||||
|
|
||||||
self.env.pop("WINEARCH", "")
|
self.env.pop("WINEARCH", "")
|
||||||
|
|
||||||
if 'ORIG_'+ld_path_var not in os.environ:
|
if 'ORIG_'+ld_path_var not in os.environ:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user