mirror of
https://github.com/libretro/mgba.git
synced 2025-02-23 09:10:44 +00:00
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) {
|
||||
mTimingDeschedule(timing, &audio->ch2Event);
|
||||
}
|
||||
_updateSquareSample(&audio->ch1);
|
||||
_updateSquareSample(&audio->ch2);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user