mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-31 20:15:26 +01:00
Fix KEvent resource acquision timeout
This commit is contained in:
parent
0fb40d1ef5
commit
1b3b26c3af
@ -22,7 +22,7 @@ class KEvent final :
|
||||
public:
|
||||
MESOSPHERE_AUTO_OBJECT_TRAITS(AutoObject, Event);
|
||||
MESOSPHERE_CLIENT_SERVER_PARENT_TRAITS(ReadableEvent, WritableEvent);
|
||||
MESOSPHERE_LIMITED_RESOURCE_TRAITS(1s);
|
||||
MESOSPHERE_LIMITED_RESOURCE_TRAITS(10s);
|
||||
|
||||
virtual ~KEvent();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user