On 11/18/18 1:13 PM, Dmitry Timoshkov wrote:
Zebediah Figura z.figura12@gmail.com wrote:
+/* Some versions of SteamOverlayRenderer hot-patch XInputGetStateEx() and call
- XInputGetState() in the hook, so we need a wrapper. */
+DWORD xinput_get_state(DWORD index, XINPUT_STATE *state)
Shouldn't it be static?
Yes, thanks for catching that. Resent.