mirror of https://github.com/mgba-emu/mgba.git
GB Audio: Fix channel 2 not updating during frame 7
This commit is contained in:
parent
3c64a2e432
commit
700ab0bd36
|
@ -555,7 +555,7 @@ void _updateFrame(struct mTiming* timing, void* user, uint32_t cyclesLate) {
|
||||||
if (audio->ch2.envelope.dead == 2) {
|
if (audio->ch2.envelope.dead == 2) {
|
||||||
mTimingDeschedule(timing, &audio->ch2Event);
|
mTimingDeschedule(timing, &audio->ch2Event);
|
||||||
}
|
}
|
||||||
_updateSquareSample(&audio->ch1);
|
_updateSquareSample(&audio->ch2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue