dolphin/Source/Core
Pierre Bourdon e51c459406 IOWin: rework _IOWrite OVERLAPPED/bytes written handling.
CheckDeviceType_Write uses an OVERLAPPED structure to make sure some bytes
were written to the device for a given _IOWrite operation. However, the
OVERLAPPED structure is only used for the BlueSoleil stack, not the MS stack
(which goes through an alternate HID path instead of WriteFile, and does not
have an equivalent async operation).

Make _IOWrite return the number of written bytes instead, since it knows
about the Bluetooth stack being used.
2014-07-23 05:17:04 +02:00
..
AudioCommon Correct left/right volume for padded samples. 2014-07-17 18:41:18 +12:00
Common Windows: Also look for git.exe in the registry (for Git Extensions installs). 2014-07-20 12:33:56 -07:00
Core IOWin: rework _IOWrite OVERLAPPED/bytes written handling. 2014-07-23 05:17:04 +02:00
DiscIO Fix another protential issue with casting. 2014-07-15 01:38:05 +12:00
DolphinWX DolphinWX: Move some public variables to be private in CodeView 2014-07-19 17:23:43 -04:00
InputCommon Host: Add a new "UIHasFocus" hook to determine if the UI has focus 2014-07-16 10:27:21 -04:00
VideoBackends Support Sampler binding in the shader. 2014-07-18 17:04:03 -05:00
VideoCommon Support Sampler binding in the shader. 2014-07-18 17:04:03 -05:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00