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

Function FCEUI_GetLoggingCD

src/debug.h:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84extern int debug_loggingCD;
85static INLINE void FCEUI_SetLoggingCD(int val) { debug_loggingCD = val; }
86static INLINE int FCEUI_GetLoggingCD() { return debug_loggingCD; }
87//-------
88
89//-------tracing

Callers 6

FCEUD_TraceInstructionFunction · 0.85
PromptForCDLoggerFunction · 0.85
CDLoggerCallBFunction · 0.85
updatePeriodicMethod · 0.85
FCEUD_TraceInstructionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected