-noxinput command line parameter
Parameter to disable XInput. Running the game with it will force devices to use DInput, even if they have XInput support.
Merge request reports
Activity
added 88 commits
-
5e682d61...45a1508f - 86 commits from branch
next
- 7a50ea25 - Merge remote-tracking branch 'remotes/public/next' into disable-xinput
- d72fcaec - Merge remote-tracking branch 'remotes/public/next' into disable-xinput
-
5e682d61...45a1508f - 86 commits from branch
https://hg.libsdl.org/SDL/rev/399cc39583cc Yup, turns out 2.0.9 adds a shitty Valve mapping for the pro controller that makes the triggers map to analog axes for some awful reason, makes the D-pad no longer work as a hat, shuffles button mappings fucking everywhere, and disables the screenshot button entirely
For some reason,
-nohidapi
parameter makes my controller disappear from the options if it's powered on on game boot. If I power cycle it it shows up fine and works the same as it used to. It'd be nice to figure out how to prevent having to do that, but considering I'm probably the only person who insists on using this exact controller setup, I'm not too concerned about it.Maybe the param checks should be run in the other InitJoystick functions too?
mentioned in commit 2bd88fd6
mentioned in merge request STJr/SRB2!468 (merged)