X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu.c;h=7805828bcb8577f10a6c31d3d6b59e6eb03ce340;hb=e906c010e1bea71ed4df425be97ce45dc777818c;hp=c086c06bf1d71c290465d14f440e65aa956cfb59;hpb=f2bd6ff85d23f3e421b2f30f86080d71d4e95046;p=pcsx_rearmed.git diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c index c086c06b..7805828b 100644 --- a/plugins/dfsound/spu.c +++ b/plugins/dfsound/spu.c @@ -926,7 +926,7 @@ long CALLBACK SPUinit(void) iSPUIRQWait = 1; lastch = -1; - ReadConfig(); // read user stuff + ReadConfigSPU(); // read user stuff SetupStreams(); // prepare streaming return 0; @@ -1008,6 +1008,7 @@ void CALLBACK SPUregisterCDDAVolume(void (CALLBACK *CDDAVcallback)(unsigned shor } // COMMON PLUGIN INFO FUNCS +/* char * CALLBACK PSEgetLibName(void) { return _(libraryName); @@ -1027,3 +1028,4 @@ char * SPUgetLibInfos(void) { return _(libraryInfo); } +*/