We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef8cfe commit 011a042Copy full SHA for 011a042
proton
@@ -1743,6 +1743,12 @@ class Session:
1743
if os.environ.get("SteamGameId", 0) == "2471120":
1744
self.dlloverrides["winmm"] = "n,b"
1745
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
+
1752
if "PROTON_LIMIT_RESOLUTIONS" not in self.env:
1753
if os.environ.get("SteamGameId", 0) in [
1754
"39540", #SpellForce: Platinum Edition
0 commit comments