MSF-XINPUT icon indicating copy to clipboard operation
MSF-XINPUT copied to clipboard

Fix USB class declaration

Open dmadison opened this issue 7 years ago • 0 comments

This was defined as "XInput" but it's used as "XInputUSB". It's referenced within the XINPUT class (send/receive) and as extern in the usb_xinput header. This fixes things so the names match, and also fixes issues related to naming your XINPUT object "XInput".

I'm not entirely sure why this still compiled with the wrong declaration. My best guess is that it was optimized away as the class is all inline anyways.

dmadison avatar Oct 31 '18 02:10 dmadison