MCPcopy 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
263bool aptIsSleepAllowed(void)
264{
265 return (aptFlags & FLAG_ALLOWSLEEP) != 0;
266}
267
268void aptSetSleepAllowed(bool allowed)
269{

Callers 5

aptSetSleepAllowedFunction · 0.85
aptEventHandlerFunction · 0.85
aptJumpToHomeMenuFunction · 0.85
aptLaunchLibraryAppletFunction · 0.85
aptLaunchSystemAppletFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected