SegaPCM: fix new arp strat
This commit is contained in:
parent
ae4cb78c2c
commit
e31f8a2115
2 changed files with 3 additions and 2 deletions
|
|
@ -1586,6 +1586,7 @@ void DivEngine::nextBuf(float** in, float** out, int inChans, int outChans, unsi
|
|||
|
||||
// logic starts here
|
||||
for (int i=0; i<song.systemLen; i++) {
|
||||
// TODO: we may have a problem here
|
||||
disCont[i].lastAvail=blip_samples_avail(disCont[i].bb[0]);
|
||||
if (disCont[i].lastAvail>0) {
|
||||
disCont[i].flush(disCont[i].lastAvail);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue