Result NS_LaunchApplicationFIRM(u64 titleid, u32 flags)
Launches a title and the required firmware.
Result NS_RebootToTitle(u8 mediatype, u64 titleid)
Reboots to a title.
Result NS_RebootSystem(void)
Reboots the system.
void nsExit(void)
Exits NS.
Result NS_LaunchTitle(u64 titleid, u32 launch_flags, u32 *procid)
Launches a title.
Result NS_TerminateTitle(void)
Terminates the application from which this function is called.
Result NS_LaunchFIRM(u64 titleid)
Launches a title and the required firmware (only if necessary).
Result nsInit(void)
Initializes NS.
Result NS_TerminateProcessTID(u64 titleid, u64 timeout)
Terminates the process with the specified titleid.
uint64_t u64
64-bit unsigned integer
Definition: types.h:24
uint8_t u8
would be nice if newlib had this already
Definition: types.h:21
s32 Result
Function result.
Definition: types.h:42
uint32_t u32
32-bit unsigned integer
Definition: types.h:23