Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
484
void CDLoggerROMClosed()
485
{
486
if (hCDLogger)
487
{
488
PauseCDLogging();
489
if (autosaveCDL)
490
SaveCDLogFile();
491
}
492
}
493
494
void CDLoggerROMChanged()
495
{
Callers
1
FCEU_CloseGame
Function · 0.50
Calls
2
PauseCDLogging
Function · 0.70
SaveCDLogFile
Function · 0.70
Tested by
no test coverage detected