diff options
Diffstat (limited to 'libpcsxcore/cdrom.c')
| -rwxr-xr-x | libpcsxcore/cdrom.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c index e338417a..db12b197 100755 --- a/libpcsxcore/cdrom.c +++ b/libpcsxcore/cdrom.c @@ -250,8 +250,6 @@ static void adjustTransferIndex(void) // FIXME: do this in SPU instead void cdrDecodedBufferInterrupt() { - u16 buf_ptr[0x400], lcv; - #if 0 return; #endif @@ -267,12 +265,10 @@ void cdrDecodedBufferInterrupt() if( (SPU_readRegister( H_SPUirqAddr ) * 8) >= 0x800 ) return; - // turn off plugin SPU IRQ decoded buffer handling SPU_registerCallback( 0 ); - /* Vib Ribbon |
