summaryrefslogtreecommitdiff
path: root/serialize.c
AgeCommit message (Collapse)Author
2021-03-12serialize: Move the default size to the headerAdrien Plazas
This will help the Libretro core return a large enough size instantaneously and without having to serialize.
2021-03-12Stop loading at the end of a fileAdrien Plazas
When section 0 is found, assume we reached the end of the serialization, so stop deserializing.
2020-04-29WIP netplay supportMichael Pavone
2017-08-09New savestates are working. New config file option for selecting format ↵Michael Pavone
states will be saved in. Mostly complete, needs a little more work before release
2017-08-06WIP - New savestate formatMichael Pavone