summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_light_lock.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-29hle: kernel: KLightLock: Fix several bugs.bunnei1-3/+3
2021-01-29hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling.bunnei1-9/+3
2021-01-29kernel: k_light_lock: Simplify EmuThreadHandle implementation.bunnei1-3/+9
2021-01-29core: hle: kernel: Implement KLightLock.bunnei1-0/+130