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

Function RenameCDLog

src/drivers/Qt/CodeDataLogger.cpp:973–976  ·  view source on GitHub ↗

----------------------------------------------------

Source from the content-addressed store, hash-verified

971}
972//----------------------------------------------------
973void RenameCDLog(const char *newName)
974{
975 strcpy(loadedcdfile, newName);
976}
977//----------------------------------------------------
978void SaveCDLogFile(void)
979{

Callers 3

LoadCDLogFunction · 0.70
CDLoggerROMChangedFunction · 0.70
SaveCDLogFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected