loadState
Load a state for the current running emulator and game.
Usage
const nostalgist = await Nostalgist.nes('flappybird.nes')
// save the stateconst { state } = await nostalgist.saveState()
// load the stateawait nostalgist.loadState(state)
Arguments
-
state
type:
resolvable file
The state file to be loaded.