You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: