JaCzekanski / Avocado

🥑 PlayStation 1 emulator
GNU General Public License v2.0
538 stars 31 forks source link

Save state #63

Closed JaCzekanski closed 4 years ago

JaCzekanski commented 4 years ago

Added serialization/deserialization of emulator classes using Cereal library. Time travel/rewinding added as free bonus (state is saved periodically to LIFO buffer).

GUI code has heavily been refactored.