From: notaz Date: Tue, 4 Jul 2023 21:23:18 +0000 (+0300) Subject: spu: fix typo X-Git-Tag: r24~274 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=88b0dc1df1a0e7b6ec0a505bcb0c19061f8dab6e spu: fix typo --- diff --git a/plugins/dfsound/dma.c b/plugins/dfsound/dma.c index 2f2d69a1..eb85a731 100644 --- a/plugins/dfsound/dma.c +++ b/plugins/dfsound/dma.c @@ -56,7 +56,7 @@ void CALLBACK SPUreadDMAMem(unsigned short *pusPSXMem, int iSize, addr &= 0x7fffe; } if (irq && (spu.spuCtrl & CTRL_IRQ)) - log_unhandled("wdma spu irq: %x/%x+%x\n", irq_addr, spu.spuAddr, iSize * 2); + log_unhandled("rdma spu irq: %x/%x+%x\n", irq_addr, spu.spuAddr, iSize * 2); spu.spuAddr = addr; }