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