Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ StartCDLogging
Function
StartCDLogging
src/drivers/win/cdlogger.cpp:541–546 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
539
}
540
541
void StartCDLogging()
542
{
543
FCEUI_SetLoggingCD(1);
544
EnableTracerMenuItems();
545
SetDlgItemText(hCDLogger, BTN_CDLOGGER_START_PAUSE,
"Pause"
);
546
}
547
548
void FreeCDLog()
549
{
Callers
3
CDLoggerCallB
Function · 0.70
CDLoggerROMChanged
Function · 0.70
cdl_startcdlogging
Function · 0.50
Calls
2
FCEUI_SetLoggingCD
Function · 0.85
EnableTracerMenuItems
Function · 0.85
Tested by
no test coverage detected