Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ aptIsHomeAllowed
Function
aptIsHomeAllowed
libctru/source/services/apt.c:283–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
}
282
283
bool aptIsHomeAllowed(void)
284
{
285
return (aptFlags & FLAG_ALLOWHOME) != 0;
286
}
287
288
void aptSetHomeAllowed(bool allowed)
289
{
Callers
1
aptEventHandler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected