xinput1_3: Quiet a noisy fixme.
This commit is contained in:
parent
daf29aa4dd
commit
1aa4c4a895
|
@ -69,6 +69,9 @@ DWORD WINAPI XInputSetState(DWORD dwUserIndex, XINPUT_VIBRATION* pVibration)
|
|||
|
||||
DWORD WINAPI XInputGetState(DWORD dwUserIndex, XINPUT_STATE* pState)
|
||||
{
|
||||
static int warn_once;
|
||||
|
||||
if (!warn_once++)
|
||||
FIXME("(%u %p)\n", dwUserIndex, pState);
|
||||
|
||||
if (dwUserIndex < XUSER_MAX_COUNT)
|
||||
|
|
Loading…
Reference in New Issue