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:
e4eb18c
)
spu: don't read config, we manage it in frontend
author
notaz
<notasas@gmail.com>
Sun, 23 Jan 2011 22:37:03 +0000
(
00:37
+0200)
committer
notaz
<notasas@gmail.com>
Sun, 23 Jan 2011 22:38:48 +0000
(
00:38
+0200)
plugins/dfsound/spu.c
patch
|
blob
|
blame
|
history
diff --git
a/plugins/dfsound/spu.c
b/plugins/dfsound/spu.c
index
804a728
..
cb5e602
100644
(file)
--- a/
plugins/dfsound/spu.c
+++ b/
plugins/dfsound/spu.c
@@
-926,7
+926,7
@@
long CALLBACK SPUinit(void)
iSPUIRQWait = 0;
lastch = -1;
- ReadConfigSPU(); // read user stuff
+
//
ReadConfigSPU(); // read user stuff
SetupStreams(); // prepare streaming
return 0;