1
0
Fork 0
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:
Michael Scire 2020-07-10 11:57:40 -07:00
parent 2ec4ed3568
commit 4db9d95958

View file

@ -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: