summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/wait_object.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-07wait_object: Refactor to allow waking up a single thread.bunnei1-0/+6
2017-05-30Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner1-0/+67
Now that HandleTable doesn't directly depend on WaitObject anymore, this can be separated from the main kernel.h header.