summaryrefslogtreecommitdiff
path: root/serialize.h
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.
2021-03-07Add TMSS state to save statesMichael Pavone
2017-08-16Added save states to SMS emulationMichael Pavone
2017-08-06WIP - New savestate formatMichael Pavone