We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2432

Summary: Madcatz Arcade Pads / Madcatz Fight Sticks not detected with 2.0.1 (found with 1.3.0)
Product: SDL Reporter: naturalselection09
Component: joystickAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED DUPLICATE QA Contact: Sam Lantinga <slouken>
Severity: critical    
Priority: P2 CC: heikki.hamalainen
Version: 2.0.1   
Hardware: x86_64   
OS: Windows 8   

Description naturalselection09 2014-03-06 23:09:42 UTC
Madcatz brand arcade sticks and arcade pads are not detected at all in 2.0.1, but are detected and receive input fine in 1.3.0.
Comment 1 Heikki Hämäläinen 2014-05-21 17:29:59 UTC
I have reported this same issue in other ticket. This is caused because SDL currently doesnt add XInput devices which report any other subtype than gamepad.

Easily fixed by removing one unnecessary if-block from Windows code. 

See:
https://bugzilla.libsdl.org/show_bug.cgi?id=2553
Comment 2 Sam Lantinga 2014-06-22 17:47:26 UTC
Resolving this as a duplicate of bug 2553, which has more information on the issue.

*** This bug has been marked as a duplicate of bug 2553 ***