fabiangreffrath / taradino

SDL2 port of Rise of the Triad
GNU General Public License v2.0
31 stars 8 forks source link

First steps to fixing gamepad/joystick support #83

Closed erysdren closed 3 weeks ago

erysdren commented 3 weeks ago

The first 4 buttons are now recognized by joystick index, and the joystick ABS value is clamped to the range that ROTT expects. It's sorta playable! But you can't switch weapons or anything. Not sure how that was meant to work on a traditional gamepad. I will keep working on first-class support when I have time.