Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ RenameCDLog
Function
RenameCDLog
src/drivers/win/cdlogger.cpp:598–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
596
}
597
598
void RenameCDLog(const char* newName)
599
{
600
strcpy(loadedcdfile, newName);
601
if (hCDLogger)
602
{
603
SetDlgItemText(hCDLogger, ID_CDLFILENAME, loadedcdfile);
604
}
605
}
Callers
6
CDLoggerCallB
Function · 0.70
LoadCDLog
Function · 0.70
SaveCDLogFileAs
Function · 0.70
SaveCDLogFile
Function · 0.70
CDLoggerROMChanged
Function · 0.70
cdl_savecdlogfileas
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected