maple: minor fix
This commit is contained in:
parent
b1bd3e251e
commit
af1b2da0bf
|
@ -166,7 +166,7 @@ void maple_DoDma()
|
|||
if (MapleDevices[bus][5] && MapleDevices[bus][port])
|
||||
{
|
||||
u32 outlen = MapleDevices[bus][port]->RawDma(&p_data[0], inlen + 4, &p_out[0]);
|
||||
xfer_count =+ outlen;
|
||||
xfer_count += outlen;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue