MCPcopy Create free account
hub / github.com/Stewmath/GameYob / enableCheats

Function enableCheats

arm9/source/cheats.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19char cheatsRomTitle[20] = "\0";
20
21void enableCheats (bool enable)
22{
23 cheatsEnabled = enable;
24}
25
26bool addCheat (const char *str)
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected