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

Function FCEUI_AddCheat

src/cheat.cpp:371–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369
370
371int FCEUI_AddCheat(const char *name, uint32 addr, uint8 val, int compare, int type)
372{
373 AddCheatEntry(name, addr, val, compare, 1, type);
374 savecheats = 1;
375 RebuildSubCheats();
376
377 return 1;
378}
379
380int FCEUI_DelCheat(uint32 which)
381{

Callers 15

emu_addgamegenieFunction · 0.85
FreezeRamFunction · 0.85
CheatConsoleCallBFunction · 0.85
GGConvCallBFunction · 0.85
RamWatchProcFunction · 0.85
RamSearchProcFunction · 0.85
frzRamSetMethod · 0.85
frzRamToggleMethod · 0.85
addActvCheatMethod · 0.85
addCheatClickedMethod · 0.85
addCheatClickedMethod · 0.85
addCheatClickedMethod · 0.85

Calls 2

AddCheatEntryFunction · 0.85
RebuildSubCheatsFunction · 0.85

Tested by

no test coverage detected