donpachi area 3 music has dc offset on fadeout

This commit is contained in:
dinkc64 2022-03-27 00:30:06 -04:00
parent 4f9e6ab118
commit 62c9384b85

View File

@ -497,6 +497,7 @@ static INT32 DrvFrame()
#ifdef USE_SAMPLE_HACK
BurnSampleRender(pSoundBuf, nSegmentLength);
#endif
if (~DrvDips[0] & 8) BurnSoundDCFilter(); // area 3 has nasty dc offset when music fades out
}
}
}