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

Function APT_TryLockTransition

libctru/source/services/apt.c:1187–1190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1185}
1186
1187Result APT_TryLockTransition(u32 transition, bool* succeeded)
1188{
1189 return APT_AppletUtility(6, &succeeded, sizeof(succeeded), &transition, sizeof(transition));
1190}
1191
1192Result APT_UnlockTransition(u32 transition)
1193{

Callers

nothing calls this directly

Calls 1

APT_AppletUtilityFunction · 0.85

Tested by

no test coverage detected