Merge branch 'master' into noLegacySample

This commit is contained in:
tildearrow 2025-11-08 18:53:42 -05:00
commit aa8054754c
4 changed files with 26 additions and 4 deletions

View file

@ -142,6 +142,7 @@ void DivPlatformSMS::acquire_mame(blip_buffer_t** bb, size_t len) {
// wahahaha heuristic...
int advance=len-h;
for (int i=0; i<4; i++) {
if (sn->m_volume[i]==0) continue;
if (sn->m_count[i]<advance) advance=sn->m_count[i];
}
if (advance<1) advance=1;