Simplified more

This commit is contained in:
simon.kagstrom 2009-01-06 08:51:38 +00:00
parent 528afcc6e4
commit 821efb82d8

View File

@ -119,6 +119,6 @@ void DigitalRenderer::EmulateLine(void)
to_output -= datalen;
calc_buffer(sound_buffer, datalen * 2);
write(devfd, sound_buffer, sndbufsize*2);
write(devfd, sound_buffer, datalen * 2);
}
}