getEmscriptenFS
Get the Emscripten FS
object of the current running emulator.
See FS object for more information.
Usage
const nostalgist = await Nostalgist.nes('flappybird.nes')
const FS = nostalgist.getEmscriptenFS()FS.readdir('/')
Get the Emscripten FS
object of the current running emulator.
See FS object for more information.
const nostalgist = await Nostalgist.nes('flappybird.nes')
const FS = nostalgist.getEmscriptenFS()FS.readdir('/')