diff --git a/proton b/proton index 8f58684e..c0a101fb 100755 --- a/proton +++ b/proton @@ -1047,6 +1047,9 @@ class Session: if "hidenvgpu" in self.compat_config: self.env["WINE_HIDE_NVIDIA_GPU"] = "1" + if "usenativexinput13" in self.compat_config: + self.dlloverrides["xinput1_3"] = "n" + if "PROTON_CRASH_REPORT_DIR" in self.env: self.env["WINE_CRASH_REPORT_DIR"] = self.env["PROTON_CRASH_REPORT_DIR"]