[Bug 48802] Logitech Extreme 3D Pro joystick works fine in joy.cpl but buttons wrongly mapped in Battlefield 4

WineHQ Bugzilla wine-bugs at winehq.org
Sun Mar 29 14:13:49 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=48802

--- Comment #18 from Zebediah Figura <z.figura12 at gmail.com> ---
Okay, the initial symptoms you report seem to be because the game uses xinput.
xinput isn't meant for things that aren't gamepads, but the SDL backend maps
things to gamepads by default. That can be disabled by setting the "Map
Controllers" registry value to 0. Personally I think we should disable it by
default, but anyway...

The game must be falling back to dinput in the case that xinput isn't
available, but unfortunately I forgot to ask for +dinput to figure out why
that's failing. Can you add that, please?

-- 
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.



More information about the wine-bugs mailing list