X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fregisters.c;h=c7905255c00af328ff7cee8fe490548cdebd7b41;hp=19a0a46b2d61d9bf696e3cd33815c71d2d537f41;hb=5238f6f8fcf43fb8506467b358ee976a8c5fdf6b;hpb=0e828e88b618067cfd112b2a8b8cdd4f2a7e04b3 diff --git a/plugins/dfsound/registers.c b/plugins/dfsound/registers.c index 19a0a46b..c7905255 100644 --- a/plugins/dfsound/registers.c +++ b/plugins/dfsound/registers.c @@ -168,7 +168,7 @@ void CALLBACK SPUwriteRegister(unsigned long reg, unsigned short val) case 14: // loop? //WaitForSingleObject(s_chan[ch].hMutex,2000); // -> no multithread fuckups s_chan[ch].pLoop=spuMemC+((unsigned long)((val<<3)&~0xf)); - s_chan[ch].bIgnoreLoop=1; + //s_chan[ch].bIgnoreLoop=1; //ReleaseMutex(s_chan[ch].hMutex); // -> oki, on with the thread break; //------------------------------------------------//