mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2025-02-11 10:31:06 +00:00
Fix KEvent resource acquision timeout
This commit is contained in:
parent
0fb40d1ef5
commit
1b3b26c3af
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class KEvent final :
|
||||||
public:
|
public:
|
||||||
MESOSPHERE_AUTO_OBJECT_TRAITS(AutoObject, Event);
|
MESOSPHERE_AUTO_OBJECT_TRAITS(AutoObject, Event);
|
||||||
MESOSPHERE_CLIENT_SERVER_PARENT_TRAITS(ReadableEvent, WritableEvent);
|
MESOSPHERE_CLIENT_SERVER_PARENT_TRAITS(ReadableEvent, WritableEvent);
|
||||||
MESOSPHERE_LIMITED_RESOURCE_TRAITS(1s);
|
MESOSPHERE_LIMITED_RESOURCE_TRAITS(10s);
|
||||||
|
|
||||||
virtual ~KEvent();
|
virtual ~KEvent();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue