Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1584
void ReleaseCheatMap()
1585
{
1586
--CheatMapUsers;
1587
// printf(
"CheatMapUsers: %d\n"
, CheatMapUsers);
1588
if (!CheatMapUsers)
1589
FCEUI_ReleaseCheatMap();
1590
}
1591
Callers
5
KillMemView
Function · 0.85
MemViewCallB
Function · 0.85
MemWatchCallB
Function · 0.85
RamWatchProc
Function · 0.85
RamSearchProc
Function · 0.85
Calls
1
FCEUI_ReleaseCheatMap
Function · 0.85
Tested by
no test coverage detected