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

Zebediah Figura z.figura12 at gmail.com
Sun Nov 18 13:14:46 CST 2018


On 11/18/18 1:13 PM, Dmitry Timoshkov wrote:
> 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?
> 

Yes, thanks for catching that. Resent.



More information about the wine-devel mailing list