Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 22:31
· 16 commits to main since this release
delugemu v0.4.1

Fix: audio is now firmware-independent. The SSI TX audio pump bounded its ring copy by a hardcoded firmware symbol address (AudioEngine::i2sTXBufferPos) that was only correct for the in-repo dev firmware build, so the community 1.2.1 release binary the bundle ships produced no audio on any platform. The pump now bounds the copy by the virtual-time DMA play head (CRSA), making it work with any firmware. Also reverted the v0.4.0-era dsound->sdl default change, which was based on a misdiagnosis of this issue.