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

Function FCEUI_SetLoggingCD

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

Source from the content-addressed store, hash-verified

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

Callers 5

PromptForCDLoggerFunction · 0.85
PauseCDLoggingFunction · 0.85
StartCDLoggingFunction · 0.85
StartCDLoggingFunction · 0.85
PauseCDLoggingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected