Lioncash dd35a968f8 Fix a struct overflow case in WII_IPC_HLE_Device_hid.cpp
WiiHIDDeviceDescriptor is 20 bytes in size (2 of which are padding bytes)
libusb_device_descriptor on the other hand is 18 bytes (does not have the
2 padding bytes).

So we were pulling 20 bytes out of an 18 byte struct, which isn't really
correct.
2014-05-24 18:36:28 -04:00
..
2014-03-09 21:14:26 +01:00
2013-12-31 14:03:19 -05:00
2014-02-18 02:19:10 -05:00
2013-12-31 14:03:19 -05:00
2014-03-09 21:14:26 +01:00
2013-12-31 14:03:19 -05:00
2014-05-11 10:40:18 +02:00
2014-03-30 11:04:30 +13:00
2014-03-30 11:04:30 +13:00
2014-03-30 11:04:30 +13:00
2014-03-30 11:04:30 +13:00