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

Function emu_debuggerloopstep

src/lua-engine.cpp:476–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476static int emu_debuggerloopstep(lua_State *L) {
477 #ifdef __WIN_DRIVER__
478 extern void win_debuggerLoopStep();
479 win_debuggerLoopStep();
480 #endif
481 return 0;
482}
483
484// emu.softreset()
485//

Callers

nothing calls this directly

Calls 1

win_debuggerLoopStepFunction · 0.85

Tested by

no test coverage detected