PCE: fix blip_prev_samp not resetting
This commit is contained in:
parent
26d6844bc6
commit
27a1869775
1 changed files with 4 additions and 0 deletions
|
|
@ -789,6 +789,10 @@ void PCE_PSG::Power(const int32_t timestamp)
|
|||
|
||||
channel[ch].samp_accum = 0;
|
||||
|
||||
channel[ch].blip_prev_samp[0] = 0;
|
||||
channel[ch].blip_prev_samp[1] = 0;
|
||||
channel[ch].lastts = 0;
|
||||
|
||||
RecalcFreqCache(ch);
|
||||
RecalcUOFunc(ch);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue