mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-09 14:08:58 +01:00
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
TCHAR name[128] = {};
|
TCHAR name[128] = {};
|
||||||
HidD_GetProductString(dev_handle, name, 128);
|
HidD_GetProductString(dev_handle, name, 128);
|
||||||
|
|
||||||
@ -307,6 +308,7 @@ bool Wiimote::Connect()
|
|||||||
dev_handle = 0;
|
dev_handle = 0;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
HIDD_ATTRIBUTES attr;
|
HIDD_ATTRIBUTES attr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user