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

Function emu_debuggerloop

src/lua-engine.cpp:468–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468static int emu_debuggerloop(lua_State *L) {
469 #ifdef __WIN_DRIVER__
470 extern void win_debuggerLoop();
471 win_debuggerLoop();
472 #endif
473 return 0;
474}
475
476static int emu_debuggerloopstep(lua_State *L) {
477 #ifdef __WIN_DRIVER__

Callers

nothing calls this directly

Calls 1

win_debuggerLoopFunction · 0.85

Tested by

no test coverage detected