1
0
mirror of https://github.com/medusalix/xone.git synced 2024-11-25 05:26:13 +00:00
xone/bus
medusalix 85f190fbe6
Implement chunked packet transmission
Larger packets were previously split into chunks and sent in one go,
despite requiring multiple acknowledgments.
Add a chunk buffer to send chunks after acknowledgments are received.
Fixes the authentication handshake for PowerA gamepads.
2024-04-24 15:28:53 +02:00
..
bus.c Implement chunked packet transmission 2024-04-24 15:28:53 +02:00
bus.h Implement chunked packet transmission 2024-04-24 15:28:53 +02:00
protocol.c Implement chunked packet transmission 2024-04-24 15:28:53 +02:00
protocol.h Revise chunk buffer handling 2024-04-24 14:50:27 +02:00