summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/wait_object.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wait_object: Refactor to allow waking up a single thread.bunnei2018-01-071-0/+6
|
* Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner2017-05-301-0/+67
Now that HandleTable doesn't directly depend on WaitObject anymore, this can be separated from the main kernel.h header.