summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/writable_event.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Divide Event into ReadableEvent and WritableEventZach Hilman2018-11-291-0/+75
More hardware accurate. On the actual system, there is a differentiation between the signaler and signalee, they form a client/server relationship much like ServerPort and ClientPort.