You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to compile this emulator on Flutter 3 and I even manage to run some ROMs. But how do I save or load the state? What variable does he write it to?
The text was updated successfully, but these errors were encountered:
Here's my work in progress commit to achieve states management: 7d82585
We have to serialize the all components(CPU/PPU/Mapper/...) states into some format (e.g. JSON, Binary, ...), then decode and restore it into the all components, this is a hard work so not completed yet.
If you are saying "save or load the state" as the normal saving feature in the game, we have to implement storing feature of SRAM to a file in the mapper.
I was able to compile this emulator on Flutter 3 and I even manage to run some ROMs. But how do I save or load the state? What variable does he write it to?
The text was updated successfully, but these errors were encountered: