diff options
author | notaz | 2011-01-24 00:37:03 +0200 |
---|---|---|
committer | notaz | 2011-01-24 00:38:48 +0200 |
commit | d7296e10805869f9772afc77d31ab4f7715e6e82 (patch) | |
tree | 7266109bf35e4c33b3fa79606883da18b1fc03d3 /plugins | |
parent | e4eb18c1d2acc12f429723a3a65687eb2dc7eefb (diff) | |
download | pcsx_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.c | 2 |
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; |