mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 18:05:06 +01:00
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:
parent
38db336f93
commit
832cb5939a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user