Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
extern int debug_loggingCD;
85
static INLINE void FCEUI_SetLoggingCD(int val) { debug_loggingCD = val; }
86
static INLINE int FCEUI_GetLoggingCD() { return debug_loggingCD; }
87
//-------
88
Callers
5
PromptForCDLogger
Function · 0.85
PauseCDLogging
Function · 0.85
StartCDLogging
Function · 0.85
StartCDLogging
Function · 0.85
PauseCDLogging
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected