getEmscriptenAL
Get the Emscripten AL
object of the current running emulator.
Since
0.10.0
Usage
const nostalgist = await Nostalgist.nes('flappybird.nes')
const AL = nostalgist.getEmscriptenAL()console.log(AL.currentCtx)
Get the Emscripten AL
object of the current running emulator.
0.10.0
const nostalgist = await Nostalgist.nes('flappybird.nes')
const AL = nostalgist.getEmscriptenAL()console.log(AL.currentCtx)