Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ aptIsSleepAllowed
Function
aptIsSleepAllowed
libctru/source/services/apt.c:263–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
}
262
263
bool aptIsSleepAllowed(void)
264
{
265
return (aptFlags & FLAG_ALLOWSLEEP) != 0;
266
}
267
268
void aptSetSleepAllowed(bool allowed)
269
{
Callers
5
aptSetSleepAllowed
Function · 0.85
aptEventHandler
Function · 0.85
aptJumpToHomeMenu
Function · 0.85
aptLaunchLibraryApplet
Function · 0.85
aptLaunchSystemApplet
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected