Of course, not crashing has its benefits too.

This commit is contained in:
Aaron Giles 2009-03-03 15:13:38 +00:00
parent 41af68d311
commit 12a77e490c

View File

@ -163,6 +163,8 @@ void SCSPDSP_Step(struct _SCSPDSP *DSP)
INPUTS=DSP->MIXS[IRA-0x20]<<4; //MIXS is 20 bit INPUTS=DSP->MIXS[IRA-0x20]<<4; //MIXS is 20 bit
else if(IRA<=0x31) else if(IRA<=0x31)
INPUTS=0; INPUTS=0;
else
return;
INPUTS<<=8; INPUTS<<=8;
INPUTS>>=8; INPUTS>>=8;