From 88b0dc1df1a0e7b6ec0a505bcb0c19061f8dab6e Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 5 Jul 2023 00:23:18 +0300 Subject: [PATCH] spu: fix typo --- plugins/dfsound/dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2