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

Function FCEUI_EmulationFrameStepped

src/fceu.cpp:1250–1253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248}
1249
1250int FCEUI_EmulationFrameStepped()
1251{
1252 return (EmulationPaused & EMULATIONPAUSED_FA);
1253}
1254
1255void FCEUI_ClearEmulationFrameStepped()
1256{

Callers 4

win_debuggerLoopFunction · 0.85
updatePeriodicMethod · 0.85
FCEUD_DebugBreakpointFunction · 0.85
FCEUD_DebugBreakpointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected