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