dantarion / SF5DInput

DirectInput support for Street Fighter 5 PC
MIT License
65 stars 6 forks source link

Hook XInputGetStateEx #23

Open WydD opened 6 years ago

WydD commented 6 years ago

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