Closed MNS26 closed 1 year ago
The patch provided was authored by rbernon, who handles HID device + controller input for wine and proton. Since it's confirmed working it will make it's way into proton soon and subsequently wine + proton-ge. I'll add the patch until it's upstreamed.
i will close it then, kinda forgot about it.
earlier today i found a reliable way to break wine using a HID device with 9 axis, if i kept it at 8 nothing freaks out but adding the 9th one made it spam buttons (that werent actually pressed)
i also made a wineHQ bug and got a .patch file from
Rémi Bernon
bus_sdl.c patch (cant send file directly since its not supported) that fixes it from what it looks it is overwriting the buttons after the axiswineHQ HID with more than 8 axis overwrites inputs after it
9 axis without patch
8 axis without patch
9 axis with patch