You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.