From af1b2da0bfc7ccd9f708f53793999f4d7b3cae1a Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Mon, 22 Oct 2018 17:33:38 +0200 Subject: [PATCH] maple: minor fix --- core/hw/maple/maple_if.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hw/maple/maple_if.cpp b/core/hw/maple/maple_if.cpp index e8d2c597d..978c4f4b3 100644 --- a/core/hw/maple/maple_if.cpp +++ b/core/hw/maple/maple_if.cpp @@ -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 {