DaveTCode / GBADotnet

A C#/net core GBA emulator
MIT License
20 stars 1 forks source link

Implement save/load states to aid debugging #51

Open DaveTCode opened 2 years ago

DaveTCode commented 2 years ago

It's a pain running roms until they get to the failing graphical part. Implementing save/load state would allow me to reload straight into a dodgy graphical state.

Maybe easy? Just lazily json serialize the whole thing since we're making all fields public for debugging anyway???