add parameter parsing

This commit is contained in:
tildearrow 2021-06-09 03:33:03 -05:00
parent fa445d8614
commit f7080bb2c1
7 changed files with 192 additions and 6 deletions

View file

@ -76,7 +76,6 @@ static const int16_t Phase_Filter[2][7] =
inline void PCE_PSG::UpdateOutputSub(const int32_t timestamp, psg_channel *ch, const int32_t samp0, const int32_t samp1)
{
if (samp0!=0)
HRBufs[0][0]+=samp0;
HRBufs[1][0]+=samp1;
/*