mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
a6da38d75d
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... |
||
---|---|---|
.. | ||
Android | ||
Core | ||
DSPSpy | ||
DSPTool | ||
PCH | ||
UnitTests | ||
VSProps | ||
.clang-format | ||
CMakeLists.txt | ||
dolphin-emu.sln |