garbear / xbmc

XBMC Main Repository
http://xbmc.org
Other
132 stars 53 forks source link

DirectX and Xinput both enabled by default #111

Closed jeremybrown82 closed 5 months ago

jeremybrown82 commented 5 years ago

Hi,

With a joystick such as the ds4 for ps4, Direct input goes bonkers when configuring the joystick for an emulator. Xinput seems to work fine as a wrapper with the same hardware (ds4),though .

thought you would like to know

Jeremy

garbear commented 5 years ago

I shipped two joystick APIs so that one would work if the other failed. Is this the case with you?

garbear commented 5 months ago

Both APIs enabled by default is the desired behavior. I added a toggle so that if a driver misbehaves and sends input for two controllers then one API can be disabled.