mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
os: fix building with new svc defs
This commit is contained in:
parent
2ec4ed3568
commit
4db9d95958
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace ams::os::impl {
|
||||||
|
|
||||||
class WaitableManagerHorizonImpl {
|
class WaitableManagerHorizonImpl {
|
||||||
public:
|
public:
|
||||||
static constexpr size_t MaximumHandleCount = static_cast<size_t>(ArgumentHandleCountMax);
|
static constexpr size_t MaximumHandleCount = static_cast<size_t>(ams::svc::ArgumentHandleCountMax);
|
||||||
private:
|
private:
|
||||||
Handle handle;
|
Handle handle;
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in a new issue