libretro / blastem

Upstream tracking repo of BlastEm, the fast and accurate Genesis emulator, with libretro specific changes
https://www.retrodev.com/blastem/
GNU General Public License v3.0
53 stars 25 forks source link

Use the default serialization size #24

Closed Kekun closed 3 years ago

Kekun commented 3 years ago

This stops loading serialization sections when reaching the unused 0 section, makes the default serialization size available, and drops the cache which became invalid and instead return a large enough serialization size, avoiding to serialize twice as it is slow.

Fixes https://github.com/libretro/blastem/issues/23.