MCPcopy Create free account
hub / github.com/TASEmulators/fceux / emu_softreset

Function emu_softreset

src/lua-engine.cpp:487–492  ·  view source on GitHub ↗

emu.softreset() Executes a power cycle

Source from the content-addressed store, hash-verified

485//
486// Executes a power cycle
487static int emu_softreset(lua_State *L) {
488 if (GameInfo)
489 FCEUI_ResetNES();
490
491 return 0;
492}
493
494// emu.frameadvance()
495//

Callers

nothing calls this directly

Calls 1

FCEUI_ResetNESFunction · 0.85

Tested by

no test coverage detected