Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEUI_ReleaseCheatMap
Function
FCEUI_ReleaseCheatMap
src/cheat.cpp:930–937 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
928
}
929
930
void FCEUI_ReleaseCheatMap(void)
931
{
932
if (cheatMap)
933
{
934
free(cheatMap);
935
cheatMap = NULL;
936
}
937
}
Callers
1
ReleaseCheatMap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected