sendCommand
Send a command to RetroArch. The commands are listed here: https://docs.libretro.com/development/retroarch/network-control-interface/#commands . But not all of them are supported inside a browser.
0.9.0
const nostalgist = await Nostalgist.nes('flappybird.nes')
nostalgist.sendCommand('FAST_FORWARD')
Arguments
Section titled “Arguments”-
Section titled “command”command
type:
string
The command to be sent. See https://docs.libretro.com/development/retroarch/network-control-interface/#commands .