Add timeout in NS_TerminateProcessTID

This commit is contained in:
Pirater12 2018-01-15 11:24:58 +05:30
parent c598c445cd
commit 877260802f

View File

@ -41,5 +41,6 @@ Result NS_RebootToTitle(u8 mediatype, u64 titleid);
/** /**
* @brief Terminates the process with the specified titleid. * @brief Terminates the process with the specified titleid.
* @param titleid ID of the title to terminate. * @param titleid ID of the title to terminate.
* @param timeout Timeout in nanoseconds. Pass 0 if not required.
*/ */
Result NS_TerminateProcessTID(u64 titleid); Result NS_TerminateProcessTID(u64 titleid, u64 timeout);