Go back to assuming every HID device is a wiimote on Windows.
Fixed issue 6117. Unfixed issue 6031.
This commit is contained in:
parent
0994a5828d
commit
b8b5afa323
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue