early-access version 3224

This commit is contained in:
pineappleEA
2022-12-17 11:00:04 +01:00
parent 31abbca36c
commit b4b4020499
26 changed files with 366 additions and 103 deletions

View File

@@ -304,6 +304,9 @@ public:
/// from this process' thread list.
void UnregisterThread(KThread* thread);
/// Retrieves the number of available threads for this process.
u64 GetFreeThreadCount() const;
/// Clears the signaled state of the process if and only if it's signaled.
///
/// @pre The process must not be already terminated. If this is called on a