pj64team / Project64-Legacy

Finishing what we started.
81 stars 7 forks source link

Memory editor #24

Closed parasyte closed 1 year ago

parasyte commented 2 years ago

The goal of this PR is to turn the memory viewer into a fully functional memory editor.

The design for the editor will keep a buffer of user input that is shown in a different color until the buffer is committed with the Enter key. This will allow the edits to be applied atomically while a game is running.

parasyte commented 1 year ago

This isn't done yet, but I'm going to merge it because it's stable and I want to use the new session stuff in here for other things.