notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5ff8be
)
spu: fix typo
author
notaz
<notasas@gmail.com>
Tue, 4 Jul 2023 21:23:18 +0000
(
00:23
+0300)
committer
notaz
<notasas@gmail.com>
Tue, 4 Jul 2023 21:23:18 +0000
(
00:23
+0300)
plugins/dfsound/dma.c
patch
|
blob
|
blame
|
history
diff --git
a/plugins/dfsound/dma.c
b/plugins/dfsound/dma.c
index
2f2d69a
..
eb85a73
100644
(file)
--- a/
plugins/dfsound/dma.c
+++ b/
plugins/dfsound/dma.c
@@
-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("
w
dma spu irq: %x/%x+%x\n", irq_addr, spu.spuAddr, iSize * 2);
\r
+ log_unhandled("
r
dma spu irq: %x/%x+%x\n", irq_addr, spu.spuAddr, iSize * 2);
\r
spu.spuAddr = addr;
\r
}
\r
\r