libretro / snes9x2005

Snes9x 2005. Port of SNES9x 1.43 for libretro (was previously called CAT SFC).
Other
15 stars 32 forks source link

Flush audio buffer at end of retro_run, and bypass resampler #52

Closed Dwedit closed 6 years ago

Dwedit commented 6 years ago

Flushing the audio buffer at end of retro_run, and bypassing the resampler code to ensure no samples sitting in the resampler buffer after loading state.

This code matched up with snes9x2010 nicely, so the same fix is applied here.