Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
699
static 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
709
static int SubLoad(FCEUFILE *fp) {
710
struct md5_context md5;
Callers
2
FDSLoad
Function · 0.85
FDSClose
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected