X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fregisters.c;h=c36c27ea4545723807a337358c14ca13504a8920;hp=c7905255c00af328ff7cee8fe490548cdebd7b41;hb=e11ae5c58194de196c57ba0a2107d6eec5c0394a;hpb=a02dc3f33f8ac5ac22106e3417cac0d736628cd4 diff --git a/plugins/dfsound/registers.c b/plugins/dfsound/registers.c index c7905255..c36c27ea 100644 --- a/plugins/dfsound/registers.c +++ b/plugins/dfsound/registers.c @@ -376,7 +376,6 @@ unsigned short CALLBACK SPUreadRegister(unsigned long reg) case 14: // get loop address { const int ch=(r>>4)-0xc0; - if(s_chan[ch].pLoop==NULL) return 0; return (unsigned short)((s_chan[ch].pLoop-spuMemC)>>3); } }