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.
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.