summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/readable_event.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-29kernel: Divide Event into ReadableEvent and WritableEventZach Hilman1-0/+48
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.