MCPcopy 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
930void FCEUI_ReleaseCheatMap(void)
931{
932 if (cheatMap)
933 {
934 free(cheatMap);
935 cheatMap = NULL;
936 }
937}

Callers 1

ReleaseCheatMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected