18 Nov
2018
18 Nov
'18
7:14 p.m.
On 11/18/18 1:13 PM, Dmitry Timoshkov wrote:
Zebediah Figura <z.figura12(a)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.