MCPcopy 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
541void StartCDLogging()
542{
543 FCEUI_SetLoggingCD(1);
544 EnableTracerMenuItems();
545 SetDlgItemText(hCDLogger, BTN_CDLOGGER_START_PAUSE, "Pause");
546}
547
548void FreeCDLog()
549{

Callers 3

CDLoggerCallBFunction · 0.70
CDLoggerROMChangedFunction · 0.70
cdl_startcdloggingFunction · 0.50

Calls 2

FCEUI_SetLoggingCDFunction · 0.85
EnableTracerMenuItemsFunction · 0.85

Tested by

no test coverage detected