aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authornotaz2011-01-24 00:37:03 +0200
committernotaz2011-01-24 00:38:48 +0200
commitd7296e10805869f9772afc77d31ab4f7715e6e82 (patch)
tree7266109bf35e4c33b3fa79606883da18b1fc03d3 /plugins
parente4eb18c1d2acc12f429723a3a65687eb2dc7eefb (diff)
downloadpcsx_rearmed-d7296e10805869f9772afc77d31ab4f7715e6e82.tar.gz
pcsx_rearmed-d7296e10805869f9772afc77d31ab4f7715e6e82.tar.bz2
pcsx_rearmed-d7296e10805869f9772afc77d31ab4f7715e6e82.zip
spu: don't read config, we manage it in frontend
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dfsound/spu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index 804a728..cb5e602 100644
--- 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;