Improve Raiden 2 sound, I think this improves the explosions. May be placebo (I'm also a bit deaf), please test.

This commit is contained in:
iq_132 2014-09-12 20:03:13 +00:00
parent cc6b62430b
commit cdf708bff5
1 changed files with 3 additions and 1 deletions

View File

@ -515,9 +515,11 @@ void seibu_sound_update(INT16 *pbuf, INT32 nLen)
break;
}
MSM6295Render(0, pbuf, nLen);
if (seibu_snd_type & 4)
MSM6295Render(1, pbuf, nLen);
MSM6295Render(0, pbuf, nLen);
}
void seibu_sound_scan(INT32 *pnMin, INT32 nAction)