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

Function disableSleepMode

arm9/source/console.cpp:980–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

978// Misc stuff
979
980void disableSleepMode() {
981 if (sharedData->enableSleepMode) {
982 sharedData->enableSleepMode = false;
983 fifoSendValue32(FIFO_PM, PM_REQ_SLEEP_DISABLE);
984 }
985}
986
987void enableSleepMode() {
988 if (!sharedData->enableSleepMode) {

Callers 1

gbsCheckInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected