mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-16 20:39:15 +01:00
Simplified more
This commit is contained in:
parent
528afcc6e4
commit
821efb82d8
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user