libretro / snes9x2002

Snes9x 2002. Port of SNES9x 1.39 for libretro (was previously called PocketSNES). Heavily optimized for ARM.
37 stars 46 forks source link

Adds auto-frameskip based on audio capacity #47

Closed neonloop closed 2 years ago

neonloop commented 2 years ago

Adds frameskip based on audio buffer capacity, based on implementations from other cores. "frameskip_interval" setting is used to set maximum number of skipped frames for all frameskip types, rather than hardcoding to 30. This allows adjust pacing when it can't keep up.