dolphin/Source
Léo Lam a6da38d75d IOS/USB: Fix TransferCommand length type
The total buffer size for isochronous transfers should be a u32,
not a u16. It is easy to hit the bug with devices such as cameras,
which require larger buffers.

This fixes Your Shape.

This also fixes the length type for bulk and interrupt transfers,
which should be u32 as that's what IOS supports. I'm not sure why
I made them u16... probably because OH0 uses u16 for most lengths...
2019-05-21 19:07:30 +02:00
..
Android Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Core IOS/USB: Fix TransferCommand length type 2019-05-21 19:07:30 +02:00
DSPSpy
DSPTool Update to Visual Studio's default Windows SDK 2018-10-20 00:53:08 +01:00
PCH Update to Visual Studio's default Windows SDK 2018-10-20 00:53:08 +01:00
UnitTests Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
VSProps Added FreeSurround to Externals 2019-02-13 22:52:39 -02:00
.clang-format clang-format: Split C++/ObjC sections 2018-10-06 11:30:45 +10:00
CMakeLists.txt Require CMake 3.10 and use CMAKE_CXX_STANDARD 2019-05-05 00:13:13 +02:00
dolphin-emu.sln Move Updater to WinUpdater 2019-04-10 10:46:49 +02:00