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

Function FCEUI_RefreshCheatMap

src/cheat.cpp:923–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921}
922
923void FCEUI_RefreshCheatMap(void)
924{
925 memset(cheatMap, 0, CHEATMAP_SIZE);
926 for (uint32 i = 0; i < numsubcheats; ++i)
927 FCEUI_SetCheatMapByte(SubCheats[i].addr, true);
928}
929
930void FCEUI_ReleaseCheatMap(void)
931{

Callers 3

FCEU_PowerCheatsFunction · 0.85
FCEU_LoadGameCheatsFunction · 0.85
FCEUI_CreateCheatMapFunction · 0.85

Calls 1

FCEUI_SetCheatMapByteFunction · 0.85

Tested by

no test coverage detected