mirror of https://github.com/xemu-project/xemu.git
Updated Snapshots (markdown)
parent
2558dacd0a
commit
0cde25d32f
|
@ -1,6 +1,6 @@
|
|||
**Snapshots**, also often called *Save States*, are a representation of the entire machine state which can be saved or restored at any time. With snapshots you can virtually eliminate the need to rely on in-game checkpoints to save your progress. Save a snapshot, and load it up again later and it's as if you had just kept on playing.
|
||||
|
||||
**Warning:** Please be aware that snapshots are a brand new feature. There is not a convenient interface yet, and there are some caveats to be aware of.
|
||||
**Warning:** Please be aware that snapshots are a brand new feature. While this feature works reliably in my testing, there may be some bugs. There is not a convenient interface yet, and there are some caveats to be aware of.
|
||||
|
||||
Saving and restoring snapshots is currently done using the Monitor. After you have launched your game in xemu, open the Monitor window by navigating to <kbd>Debug</kbd> → <kbd>Monitor</kbd>.
|
||||
|
||||
|
|
Loading…
Reference in New Issue