Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andres-asm/cfdda7ad5b9bcde4aff6e46340dcf562 to your computer and use it in GitHub Desktop.
Save andres-asm/cfdda7ad5b9bcde4aff6e46340dcf562 to your computer and use it in GitHub Desktop.
New Features
- Undo Load State
Whenever a load state operation is triggered by the user we take a snapshot of the current state to memory so you can rever the
operation later.
- Undo Save State
Restores the last save state after it has been overwriten, it doesn't actually trigger a load of such savestate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment