https://bugs.winehq.org/show_bug.cgi?id=41428
--- Comment #9 from fjfrackiewicz@gmail.com --- (In reply to Bruno Jesus from comment #8)
fixme:xinput:XInputGetState (index 0, state 0x33f430) Stub! fixme:xinput:XInputGetStateEx (index 0, state 0x33f3d8) Stub!
Now the DLL is being loaded correctly, probably the correct solution is to change the spec file somehow to make XInputGetStateEx be loaded by ordinal and not by name, I don't know how to do that.
Would this proposed patch be of any help http://source.winehq.org/patches/data/126649 ?