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

Function enableSleepMode

arm9/source/console.cpp:987–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

985}
986
987void enableSleepMode() {
988 if (!sharedData->enableSleepMode) {
989 sharedData->enableSleepMode = true;
990 fifoSendValue32(FIFO_PM, PM_REQ_SLEEP_ENABLE);
991 }
992}

Callers 2

gbsCheckInputFunction · 0.85
initializeGameboyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected