mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 15:14:23 -04:00
kern: implement SvcCancelSynchronization
This commit is contained in:
parent
5b8a20dbf7
commit
26df56cd87
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