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

Function FCEUI_CreateCheatMap

src/cheat.cpp:916–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914}
915
916void FCEUI_CreateCheatMap(void)
917{
918 if (!cheatMap)
919 cheatMap = (unsigned char*)malloc(CHEATMAP_SIZE);
920 FCEUI_RefreshCheatMap();
921}
922
923void FCEUI_RefreshCheatMap(void)
924{

Callers 2

CreateCheatMapFunction · 0.85
HexEditorDialog_tMethod · 0.85

Calls 1

FCEUI_RefreshCheatMapFunction · 0.85

Tested by

no test coverage detected