MCPcopy Create free account
hub / github.com/devkitPro/libctru / APT_Enable

Function APT_Enable

libctru/source/services/apt.c:985–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

983}
984
985Result APT_Enable(APT_AppletAttr attr)
986{
987 u32 cmdbuf[16];
988 cmdbuf[0]=IPC_MakeHeader(0x3,1,0); // 0x30040
989 cmdbuf[1]=attr;
990
991 return aptSendCommand(cmdbuf);
992}
993
994Result APT_GetAppletManInfo(APT_AppletPos inpos, APT_AppletPos* outpos, NS_APPID* req_appid, NS_APPID* menu_appid, NS_APPID* active_appid)
995{

Callers 1

aptInitFunction · 0.85

Calls 2

IPC_MakeHeaderFunction · 0.85
aptSendCommandFunction · 0.85

Tested by

no test coverage detected