http://bugs.winehq.org/show_bug.cgi?id=59317 --- Comment #5 from SeongChan Lee <foriequal@gmail.com> --- The change was introduced in this MR by me: https://gitlab.winehq.org/wine/wine/-/merge_requests/9789 It was for Assetto Corsa Rally v0.1. The game had a bug with the 32-bit width report size axis. On Windows, it had no problem when the driver provided 16-bit axes. But it was problematic with Wine since Wine always provides 32-bit axis. The intent was to provide the game the same report size as Windows' if possible since the SDL backend already provides 16-bit normalized values. The game fixed the bug since v0.2 (2025-12-18), so I, personally, don't need it right now. But there are some other titles mentioned (Farming Simulator 22, 25, MechWarrior 5: Mercenaries), but the status is not sure. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.