Result LOADER_LoadProcess(Handle *process, u64 programHandle)
Loads a program and returns a process handle to the newly created process.
Result LOADER_GetProgramInfo(ExHeader_Info *exheaderInfo, u64 programHandle)
Retrives a program's main NCCH extended header info (SCI + ACI, see ExHeader_Info).
void loaderExit(void)
Exits LOADER.
Result LOADER_RegisterProgram(u64 *programHandle, const FS_ProgramInfo *programInfo, const FS_ProgramInfo *programInfoUpdate)
Registers a program (along with its update).
Result loaderInit(void)
Initializes LOADER.
Result LOADER_UnregisterProgram(u64 programHandle)
Unregisters a program (along with its update).
Program information.
Definition: fs.h:183
uint64_t u64
64-bit unsigned integer
Definition: types.h:24
u32 Handle
Resource handle.
Definition: types.h:41
s32 Result
Function result.
Definition: types.h:42