mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-31 04:03:44 +01:00
os: fix building with new svc defs
This commit is contained in:
parent
2ec4ed3568
commit
4db9d95958
@ -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…
x
Reference in New Issue
Block a user