Skip to content

Commit

Permalink
Update Notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ogamespec committed May 12, 2024
1 parent 77a6707 commit 297f1a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ Run the emulator with the `-m3` flag

To implement save states, the usual approach is applied, where internal contexts are serialized sequentially to a file. This is a simple and time-tested method of saves in emulators.
Of course, over time, the format of save states becomes incompatible, but for this you just need to maintain the codebase, it is a natural and inevitable process.

Save state controls:
- F5: Quick Save (nukedmd.sav)
- F7: Quick Load (nukedmd.sav)

0 comments on commit 297f1a6

Please sign in to comment.