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

Function APT_HardwareResetAsync

libctru/source/services/apt.c:977–983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975}
976
977Result APT_HardwareResetAsync(void)
978{
979 u32 cmdbuf[16];
980 cmdbuf[0]=IPC_MakeHeader(0x4E,0,0); // 0x4E0000
981
982 return aptSendCommand(cmdbuf);
983}
984
985Result APT_Enable(APT_AppletAttr attr)
986{

Callers

nothing calls this directly

Calls 2

IPC_MakeHeaderFunction · 0.85
aptSendCommandFunction · 0.85

Tested by

no test coverage detected