mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 19:54:22 -04:00
kern: implement SvcWaitSynchronization
This commit is contained in:
parent
16c9c53a4a
commit
f52232f0f2
10 changed files with 211 additions and 59 deletions
|
@ -21,7 +21,7 @@ namespace ams::os::impl {
|
|||
|
||||
class WaitableManagerHorizonImpl {
|
||||
public:
|
||||
static constexpr size_t MaximumHandleCount = svc::MaxWaitSynchronizationHandleCount;
|
||||
static constexpr size_t MaximumHandleCount = static_cast<size_t>(ArgumentHandleCountMax);
|
||||
private:
|
||||
Handle handle;
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue