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

Function ToggleCheat

src/drivers/common/cheat.cpp:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216static void ToggleCheat(int num)
217{
218 printf("Cheat %d %sabled.\n",1+num,
219 FCEUI_ToggleCheat(num)?"en":"dis");
220}
221
222static void ModifyCheat(int num)
223{

Callers 1

ListCheatsFunction · 0.85

Calls 1

FCEUI_ToggleCheatFunction · 0.85

Tested by

no test coverage detected