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

Function StartCDLogging

src/drivers/Qt/CodeDataLogger.cpp:898–906  ·  view source on GitHub ↗

----------------------------------------------------

Source from the content-addressed store, hash-verified

896}
897//----------------------------------------------------
898void StartCDLogging(void)
899{
900 FCEU_WRAPPER_LOCK();
901 FCEUI_SetLoggingCD(1);
902 //EnableTracerMenuItems();
903 //SetDlgItemText(hCDLogger, BTN_CDLOGGER_START_PAUSE, "Pause");
904 autoSaveArmedCDL = true;
905 FCEU_WRAPPER_UNLOCK();
906}
907//----------------------------------------------------
908bool PauseCDLogging(void)
909{

Callers 2

CDLoggerROMChangedFunction · 0.70

Calls 1

FCEUI_SetLoggingCDFunction · 0.85

Tested by

no test coverage detected