NS services: Difference between revisions
Line 1,038: | Line 1,038: | ||
== LaunchApplication == | == LaunchApplication == | ||
Takes an input u32 [[Process_Manager_services|launch_flags]] and u64 titleID, returns an output u64. | Takes an input u32 [[Process_Manager_services|launch_flags]] and u64 titleID, returns an output u64 PID. | ||
Same as LaunchApplicationWithStorageId except the last two params passed to the internal vtable funcptr call are value 0x6, instead of from the command input. | Same as LaunchApplicationWithStorageId except the last two params passed to the internal vtable funcptr call are value 0x6, instead of from the command input. | ||
== LaunchApplicationWithStorageId == | == LaunchApplicationWithStorageId == | ||
Takes 2 input u8s, an u32 [[Process_Manager_services|launch_flags]], and an u64 titleID. Returns an output u64. | Takes 2 input u8s, an u32 [[Process_Manager_services|launch_flags]], and an u64 titleID. Returns an output u64 PID. | ||
Launches an application title which is registered with NS. | |||
[[Category:Services]] | [[Category:Services]] |