win: Fix X360 button problems by skipping DInput if there's a 360 pad available.

This commit is contained in:
Henrik Rydgard 2013-04-01 20:15:16 +02:00
parent e95b43a12d
commit 09d1f3c1fa
5 changed files with 9 additions and 4 deletions

View file

@ -94,7 +94,7 @@ int DinputDevice::UpdateState(InputState &input_state)
}
if(FAILED(pJoystick->GetDeviceState(sizeof(DIJOYSTATE2), &js)))
return -1;
return -1;
switch (js.rgdwPOV[0])
{