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

Function FreeFDSMemory

src/fds.cpp:699–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699static void FreeFDSMemory(void) {
700 int x;
701
702 for (x = 0; x < TotalSides; x++)
703 if (diskdata[x]) {
704 free(diskdata[x]);
705 diskdata[x] = 0;
706 }
707}
708
709static int SubLoad(FCEUFILE *fp) {
710 struct md5_context md5;

Callers 2

FDSLoadFunction · 0.85
FDSCloseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected