mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-10-04 07:08:51 +00:00
kern: implement SvcCancelSynchronization
This commit is contained in:
parent
b2f52f8ff3
commit
184c2560f2
3 changed files with 35 additions and 2 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue