From: notaz Date: Sun, 23 Jan 2011 22:37:03 +0000 (+0200) Subject: spu: don't read config, we manage it in frontend X-Git-Tag: r5~17 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=d7296e10805869f9772afc77d31ab4f7715e6e82;ds=sidebyside spu: don't read config, we manage it in frontend --- diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index 804a7288..cb5e6021 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;