Fix build against old SDL versions
There are a few (void) casts of unused variables in some gamepad- related functions which do not compile on old SDL versions because their parameters don't match up. This fixes that.
Loading
Please register or sign in to comment