Go back to assuming every HID device is a wiimote on Windows.

Fixed issue 6117.
Unfixed issue 6031.
This commit is contained in:
Jordan Woyak 2013-03-25 21:14:55 -05:00
parent 0994a5828d
commit b8b5afa323
1 changed files with 2 additions and 0 deletions

View File

@ -296,6 +296,7 @@ bool Wiimote::Connect()
return false;
}
#if 0
TCHAR name[128] = {};
HidD_GetProductString(dev_handle, name, 128);
@ -307,6 +308,7 @@ bool Wiimote::Connect()
dev_handle = 0;
return false;
}
#endif
#if 0
HIDD_ATTRIBUTES attr;