ExtremeDude2
Member
xinput does work on xp, but it is interesting
sorry, the lack of deadzone is a software side issue, but the unstable axis is a hardware issue. Xinput i think usually uses a 5-7% dead zone, so that could probably be hard coded in
guran, Xinput and Dinput handles deadzones a tad differently, and without blindly hacking in some kind of deadzone adjustment, all i can really do is set a predefined deadzone in the Xinput header of about 15-25%.
Give this compile a go, it doesn't have adjustable deadzone but it should be less jittery.
mupen gets away with it because it uses an SDL layer on top of Directinput, something im NOT interested in.