ifef out 'return aligned number of samples' for libretro- seems to be

a Wii-ism where we drop the samples - improves / eliminates audio pops
but still audio clicks/pauses
This commit is contained in:
Twinaphex 2012-07-10 19:25:50 +02:00
parent 38db336f93
commit 832cb5939a

View File

@ -178,8 +178,10 @@ int audio_update(int16 *buffer)
/* get number of available samples */
int size = sound_update(mcycles_vdp);
#ifndef __LIBRETRO__
/* return an aligned number of samples */
size &= ~7;
#endif
if (config.hq_fm)
{