mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 21:21:48 +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 {
|
||||
public:
|
||||
static constexpr size_t MaximumHandleCount = static_cast<size_t>(ArgumentHandleCountMax);
|
||||
static constexpr size_t MaximumHandleCount = static_cast<size_t>(ams::svc::ArgumentHandleCountMax);
|
||||
private:
|
||||
Handle handle;
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue