| 1190 | } |
| 1191 | |
| 1192 | Result APT_UnlockTransition(u32 transition) |
| 1193 | { |
| 1194 | u8 out; |
| 1195 | return APT_AppletUtility(7, &out, sizeof(out), &transition, sizeof(transition)); |
| 1196 | } |
| 1197 | |
| 1198 | Result APT_GlanceParameter(NS_APPID appID, void* buffer, size_t bufferSize, NS_APPID* sender, APT_Command* command, size_t* actualSize, Handle* parameter) |
| 1199 | { |
no test coverage detected