MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / addcheater

Function addcheater

src/debug.cpp:3581–3589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3579 totaltrainers = 0;
3580}
3581static int addcheater(uaecptr addr, int size)
3582{
3583 if (totaltrainers >= MAX_CHEAT_VIEW)
3584 return 0;
3585 trainerdata[totaltrainers].addr = addr;
3586 trainerdata[totaltrainers].size = size;
3587 totaltrainers++;
3588 return 1;
3589}
3590static void listcheater(int mode, int size)
3591{
3592 int i, skip;

Callers 2

deepcheatsearchFunction · 0.85
cheatsearchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected