aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/k_thread.cpp
AgeCommit message (Expand)Author
2021-02-12kernel: Unify result codes (#5890)Chloe
2021-02-03Simplify limitableresource namesChloe Marcec
2021-01-30kernel: Rewrite resource limit to be more accurateChloe Marcec
2021-01-28hle: kernel: KThread: Release thread resource on thread exit.bunnei
2021-01-28yuzu: debugger: Ignore HLE threads.bunnei
2021-01-28hle: kernel: Allocate a dummy KThread for each host thread, and use it for sc...bunnei
2021-01-28kernel: Fix build errors.bunnei
2021-01-28hle: kernel: Recode implementation of KThread to be more accurate.bunnei
2021-01-28hle: kernel: KThread: Clean up thread priorities.bunnei
2021-01-28hle: kernel: KThread: Reorganize thread priority defaults.bunnei
2021-01-28hle: kernel: KThread: Remove thread types that do not exist.bunnei
2021-01-28core: hle: kernel: Rename Thread to KThread.bunnei