Necessary to support HiFight's FOOTSIES which uses XInputDotNet with a binding on XInputGetStateEX (undocumented ordinal 100). That's actually this one that we call for xinput devices
For some reason I forgot to bind this one. The only thing you need to change is: XInputGetStateEx_wrapped @100 NONAME by hooked_XInputGetState @100 NONAME in xinput1_3.def
Necessary to support HiFight's FOOTSIES which uses XInputDotNet with a binding on XInputGetStateEX (undocumented ordinal 100). That's actually this one that we call for xinput devices
For some reason I forgot to bind this one. The only thing you need to change is:
XInputGetStateEx_wrapped @100 NONAME
byhooked_XInputGetState @100 NONAME
inxinput1_3.def