Added another missing device type that some controllers are showing up as.

This commit is contained in:
Shenjoku
2013-06-18 10:52:46 -07:00
parent af55e84525
commit 1a8b196121
@@ -31,6 +31,7 @@ static BOOL CALLBACK EnumDevicesCallback( const DIDEVICEINSTANCE *pdidInstance,
{
case DI8DEVTYPE_JOYSTICK:
case DI8DEVTYPE_GAMEPAD:
case DI8DEVTYPE_1STPERSON:
case DI8DEVTYPE_SUPPLEMENTAL:
{
device.type = device.JOYSTICK;