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

Fix save state size #34

Closed jdgleaver closed 5 years ago

jdgleaver commented 5 years ago

The core currently suffers from a (trivial) bug that means save states have a size of ~5MB (!). This is far too large. As a result, save states have significant performance overheads on devices with slow storage (e.g. 3DS).

This PR fixes the bug. Save state now have a size of ~420kb.