GB Audio: Fix channel 2 not updating during frame 7

This commit is contained in:
Vicki Pfau 2017-06-17 09:29:57 -07:00
parent 3c64a2e432
commit 700ab0bd36
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ void _updateFrame(struct mTiming* timing, void* user, uint32_t cyclesLate) {
if (audio->ch2.envelope.dead == 2) {
mTimingDeschedule(timing, &audio->ch2Event);
}
_updateSquareSample(&audio->ch1);
_updateSquareSample(&audio->ch2);
}
}