mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-30 15:02:42 +02:00
os: fix building with new svc defs
This commit is contained in:
parent
a8a16c6a69
commit
344a3265c0
@ -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 New Issue
Block a user