Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
916
void FCEUI_CreateCheatMap(void)
917
{
918
if (!cheatMap)
919
cheatMap = (unsigned char*)malloc(CHEATMAP_SIZE);
920
FCEUI_RefreshCheatMap();
921
}
922
923
void FCEUI_RefreshCheatMap(void)
924
{
Callers
2
CreateCheatMap
Function · 0.85
HexEditorDialog_t
Method · 0.85
Calls
1
FCEUI_RefreshCheatMap
Function · 0.85
Tested by
no test coverage detected