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

Function ReleaseCheatMap

src/drivers/win/cheat.cpp:1584–1590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1582}
1583
1584void ReleaseCheatMap()
1585{
1586 --CheatMapUsers;
1587 // printf("CheatMapUsers: %d\n", CheatMapUsers);
1588 if (!CheatMapUsers)
1589 FCEUI_ReleaseCheatMap();
1590}
1591

Callers 5

KillMemViewFunction · 0.85
MemViewCallBFunction · 0.85
MemWatchCallBFunction · 0.85
RamWatchProcFunction · 0.85
RamSearchProcFunction · 0.85

Calls 1

FCEUI_ReleaseCheatMapFunction · 0.85

Tested by

no test coverage detected