[PATCH] xinput: Avoid calling XInputGetStateEx() in XInputGetState().

Dmitry Timoshkov dmitry at baikal.ru
Sun Nov 18 13:13:47 CST 2018


Zebediah Figura <z.figura12 at 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?

-- 
Dmitry.



More information about the wine-devel mailing list