1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-02 09:26:30 -05:00
Files
suyu-mirror/src/core/hle/kernel
Lioncash a543c35962 kernel/svc: Implement svcSignalEvent()
This function simply does a handle table lookup for a writable event
instance identified by the given handle value. If a writable event
cannot be found for the given handle, then an invalid handle error is
returned. If a writable event is found, then it simply signals the
event, as one would expect.
2018-12-04 15:47:59 -05:00
..
2018-11-16 14:32:30 -05:00
2018-08-28 22:31:51 -04:00
2018-10-06 16:49:01 +10:00
2018-12-04 15:47:59 -05:00
2018-08-28 22:31:51 -04:00