NDS: squeeze out a bit more

This commit is contained in:
tildearrow 2025-03-08 18:48:06 -05:00
parent c9695caf35
commit 0d78e9bb10

View file

@ -408,7 +408,9 @@ namespace nds_sound_emu
blip_add_delta(m_bb[1],i,m_routput-routput);
m_routput=routput;
}
m_oscBuf->putSample(i,(loutput+routput)>>1);
if (m_loutput!=loutput || m_routput!=routput) {
m_oscBuf->putSample(i,(loutput+routput)>>1);
}
}
}
m_lastts = timestamp;