add parameter parsing
This commit is contained in:
parent
fa445d8614
commit
f7080bb2c1
7 changed files with 192 additions and 6 deletions
|
|
@ -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;
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue