Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
987
void enableSleepMode() {
988
if (!sharedData->enableSleepMode) {
989
sharedData->enableSleepMode = true;
990
fifoSendValue32(FIFO_PM, PM_REQ_SLEEP_ENABLE);
991
}
992
}
Callers
2
gbsCheckInput
Function · 0.85
initializeGameboy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected