kern: implement SvcCancelSynchronization
This commit is contained in:
@@ -390,6 +390,8 @@ namespace ams::kern {
|
||||
return this->wait_result;
|
||||
}
|
||||
|
||||
void WaitCancel();
|
||||
|
||||
bool IsWaitCancelled() const { return this->wait_cancelled; }
|
||||
void ClearWaitCancelled() { this->wait_cancelled = false; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user