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

Function FCEUI_GlobalToggleCheat

src/cheat.cpp:645–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645int FCEUI_GlobalToggleCheat(int global_enabled)
646{
647 unsigned int _numsubcheats = numsubcheats;
648 globalCheatDisabled = !global_enabled;
649 RebuildSubCheats();
650 return _numsubcheats != numsubcheats;
651}
652
653static int InitCheatComp(void)
654{

Callers 4

ToggleCheatsFunction · 0.85
CheatConsoleCallBFunction · 0.85
globalEnableCheatsMethod · 0.85

Calls 1

RebuildSubCheatsFunction · 0.85

Tested by

no test coverage detected