mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 13:37:48 +00:00
Fix last commit (how????)
This commit is contained in:
@@ -74,7 +74,7 @@ void DualshockPad::initialCycle()
|
||||
|
||||
void DualshockPad::transferCycle()
|
||||
{
|
||||
DualshockControllerState state;
|
||||
DualshockPadState state;
|
||||
size_t recvSz = receiveUSBInterruptTransfer((uint8_t*)&state, 49);
|
||||
if (recvSz != 49)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user