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

Function FreeCDLog

src/drivers/win/cdlogger.cpp:548–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548void FreeCDLog()
549{
550 if (cdloggerdata)
551 {
552 free(cdloggerdata);
553 cdloggerdata = NULL;
554 cdloggerdataSize = 0;
555 }
556 if (cdloggervdata)
557 {
558 free(cdloggervdata);
559 cdloggervdata = NULL;
560 cdloggerVideoDataSize = 0;
561 }
562}
563
564void InitCDLog()
565{

Callers 2

CDLoggerCallBFunction · 0.70
CDLoggerROMChangedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected