Skip to content

Commit 011a042

Browse files
rbernonivyl
authored andcommitted
proton: Disable gameinput by default.
CW-Bug-Id: #26159 CW-Bug-Id: #26376
1 parent 1ef8cfe commit 011a042

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

proton

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,6 +1743,12 @@ class Session:
17431743
if os.environ.get("SteamGameId", 0) == "2471120":
17441744
self.dlloverrides["winmm"] = "n,b"
17451745

1746+
# CW Bug 26376
1747+
self.dlloverrides["gameinput"] = "d"
1748+
if os.environ.get("SteamGameId", 0) == "3773590":
1749+
# CW Bug 26159
1750+
self.dlloverrides["gameinput"] = "n,b"
1751+
17461752
if "PROTON_LIMIT_RESOLUTIONS" not in self.env:
17471753
if os.environ.get("SteamGameId", 0) in [
17481754
"39540", #SpellForce: Platinum Edition

0 commit comments

Comments
 (0)