mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-11-05 05:41:17 +01:00
add CancelSync thread primitive
This commit is contained in:
parent
4eaed1c187
commit
49d2188f6f
@ -279,4 +279,8 @@ class HosThread {
|
||||
}
|
||||
return rc;
|
||||
}
|
||||
|
||||
Result CancelSynchronization() {
|
||||
return svcCancelSynchronization(this->thr.handle);
|
||||
}
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user