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:
af4ee1f
)
spu: fix valgrind errors
author
notaz
<notasas@gmail.com>
Mon, 7 Mar 2011 17:56:42 +0000
(19:56 +0200)
committer
notaz
<notasas@gmail.com>
Mon, 7 Mar 2011 17:59:05 +0000
(19:59 +0200)
plugins/dfsound/spu.c
patch
|
blob
|
blame
|
history
diff --git
a/plugins/dfsound/spu.c
b/plugins/dfsound/spu.c
index
dc0f584
..
8558e48
100644
(file)
--- a/
plugins/dfsound/spu.c
+++ b/
plugins/dfsound/spu.c
@@
-855,7
+855,7
@@
void SetupStreams(void)
(uint32_t *)malloc(16384 * sizeof(uint32_t));
CDDAEnd = CDDAStart + 16384;
CDDAPlay = CDDAStart;
- CDDAFeed = CDDAStart
+ 1
;
+ CDDAFeed = CDDAStart;
for(i=0;i<MAXCHAN;i++) // loop sound channels
{