Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ aptShouldClose
Function
aptShouldClose
libctru/source/services/apt.c:258–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
bool aptShouldClose(void)
259
{
260
return (aptFlags & (FLAG_ORDERTOCLOSE|FLAG_CANCELLED)) != 0;
261
}
262
263
bool aptIsSleepAllowed(void)
264
{
Callers
3
aptExit
Function · 0.85
aptEventHandler
Function · 0.85
aptMainLoop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected