From 4420a2155cba408ec20a340ecd06d9fdad56ab8f Mon Sep 17 00:00:00 2001 From: Dwedit Date: Wed, 14 Mar 2018 16:24:26 -0500 Subject: Flush audio buffer at end of retro_run, and bypass resampler --- libretro.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libretro.c') diff --git a/libretro.c b/libretro.c index 4be5a7b..47729b0 100644 --- a/libretro.c +++ b/libretro.c @@ -456,6 +456,8 @@ void retro_run(void) audio_batch_cb(audio_buf, samples_to_play); samples_to_play = 0; } +#else + S9xAudioCallback(); #endif #ifdef NO_VIDEO_OUTPUT -- cgit v1.2.3