MCPcopy 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
598void RenameCDLog(const char* newName)
599{
600 strcpy(loadedcdfile, newName);
601 if (hCDLogger)
602 {
603 SetDlgItemText(hCDLogger, ID_CDLFILENAME, loadedcdfile);
604 }
605}

Callers 6

CDLoggerCallBFunction · 0.70
LoadCDLogFunction · 0.70
SaveCDLogFileAsFunction · 0.70
SaveCDLogFileFunction · 0.70
CDLoggerROMChangedFunction · 0.70
cdl_savecdlogfileasFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected