MCPcopy 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
258bool aptShouldClose(void)
259{
260 return (aptFlags & (FLAG_ORDERTOCLOSE|FLAG_CANCELLED)) != 0;
261}
262
263bool aptIsSleepAllowed(void)
264{

Callers 3

aptExitFunction · 0.85
aptEventHandlerFunction · 0.85
aptMainLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected