maple: minor fix

This commit is contained in:
Flyinghead 2018-10-22 17:33:38 +02:00
parent b1bd3e251e
commit af1b2da0bf
1 changed files with 1 additions and 1 deletions

View File

@ -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
{