mirror of https://github.com/bsnes-emu/bsnes.git
We have a save-state section now, better use it.
This commit is contained in:
parent
2f08bc3b1c
commit
752139e66c
|
@ -1160,8 +1160,8 @@ A game is more than just
|
|||
the raw data originally encased in a game's ROM chip.
|
||||
If a game allows you to save your progress,
|
||||
that information needs to be stored somewhere.
|
||||
If you use an emulator's save-state feature,
|
||||
those save-states need to be stored somewhere.
|
||||
If you use an emulator's [save states](#save-states),
|
||||
those save states need to be stored somewhere.
|
||||
If you use Game Genie or Pro Action Replay codes,
|
||||
information about what codes exist,
|
||||
what codes are enabled,
|
||||
|
|
Loading…
Reference in New Issue