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

Function CDLoggerROMClosed

src/drivers/win/cdlogger.cpp:484–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484void CDLoggerROMClosed()
485{
486 if (hCDLogger)
487 {
488 PauseCDLogging();
489 if (autosaveCDL)
490 SaveCDLogFile();
491 }
492}
493
494void CDLoggerROMChanged()
495{

Callers 1

FCEU_CloseGameFunction · 0.50

Calls 2

PauseCDLoggingFunction · 0.70
SaveCDLogFileFunction · 0.70

Tested by

no test coverage detected