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

Function CreateCheatMap

src/drivers/win/cheat.cpp:1577–1582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1575}
1576
1577void CreateCheatMap()
1578{
1579 if (!CheatMapUsers)
1580 FCEUI_CreateCheatMap();
1581 ++CheatMapUsers;
1582}
1583
1584void ReleaseCheatMap()
1585{

Callers 4

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

Calls 1

FCEUI_CreateCheatMapFunction · 0.85

Tested by

no test coverage detected