mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-06-18 09:48:55 +00: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 {
|
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…
x
Reference in New Issue
Block a user