mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-17 17:05:50 +00:00
Zero the direction array before batching
This commit is contained in:
parent
2a0e5a0491
commit
43e6d35b8f
@ -148,6 +148,8 @@ static void inputSendThreadProc(void* context) {
|
|||||||
PNV_MULTI_CONTROLLER_PACKET origPkt;
|
PNV_MULTI_CONTROLLER_PACKET origPkt;
|
||||||
int dirs[6];
|
int dirs[6];
|
||||||
|
|
||||||
|
memset(dirs, 0, sizeof(dirs));
|
||||||
|
|
||||||
origPkt = &holder->packet.multiController;
|
origPkt = &holder->packet.multiController;
|
||||||
for (;;) {
|
for (;;) {
|
||||||
PNV_MULTI_CONTROLLER_PACKET newPkt;
|
PNV_MULTI_CONTROLLER_PACKET newPkt;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user