spu: fix typo
authornotaz <notasas@gmail.com>
Tue, 4 Jul 2023 21:23:18 +0000 (00:23 +0300)
committernotaz <notasas@gmail.com>
Tue, 4 Jul 2023 21:23:18 +0000 (00:23 +0300)
plugins/dfsound/dma.c

index 2f2d69a..eb85a73 100644 (file)
@@ -56,7 +56,7 @@ void CALLBACK SPUreadDMAMem(unsigned short *pusPSXMem, int iSize,
   addr &= 0x7fffe;\r
  }\r
  if (irq && (spu.spuCtrl & CTRL_IRQ))\r
-  log_unhandled("wdma spu irq: %x/%x+%x\n", irq_addr, spu.spuAddr, iSize * 2);\r
+  log_unhandled("rdma spu irq: %x/%x+%x\n", irq_addr, spu.spuAddr, iSize * 2);\r
  spu.spuAddr = addr;\r
 }\r
 \r