dolphin/Source
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
..
Android Add japanese strings 2014-05-11 00:35:59 -04:00
Core Fix a struct overflow case in WII_IPC_HLE_Device_hid.cpp 2014-05-24 18:36:28 -04:00
DSPSpy
DSPTool
UnitTests BitFieldTest: fix warnings 2014-04-19 18:31:35 +02:00
VSProps
CMakeLists.txt Fixes build if the build path has spaces in it. 2014-05-23 18:24:08 -05:00
dolphin-emu.sln
pch.h