dolphin-emulator/Source/Core
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
..
AudioCommon Merge pull request #256 from magumagu/dsound-notify 2014-05-23 17:02:55 -07:00
Common Move bn.h and ec.h into the correct filter section 2014-05-17 16:47:41 -04:00
Core Fix a struct overflow case in WII_IPC_HLE_Device_hid.cpp 2014-05-24 18:36:28 -04:00
DiscIO Remove all trailing whitespaces from our codebase. 2014-03-29 11:05:44 +01:00
DolphinWX Merge pull request #376 from lioncash/wx 2014-05-21 21:54:00 -07:00
InputCommon Remove SDL from Externals. 2014-05-04 19:41:02 -05:00
VideoBackends Merge pull request #370 from Sonicadvance1/remove_specialized_memcmp 2014-05-22 13:02:11 -07:00
VideoCommon Merge pull request #370 from Sonicadvance1/remove_specialized_memcmp 2014-05-22 13:02:11 -07:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00