Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: Unify result codes (#5890) | Chloe | 2021-02-13 | 1 | -16/+14 |
* | Simplify limitableresource names | Chloe Marcec | 2021-02-03 | 1 | -1/+1 |
* | kernel: Rewrite resource limit to be more accurate | Chloe Marcec | 2021-01-30 | 1 | -2/+2 |
* | hle: kernel: KThread: Release thread resource on thread exit. | bunnei | 2021-01-29 | 1 | -0/+1 |
* | yuzu: debugger: Ignore HLE threads. | bunnei | 2021-01-29 | 1 | -7/+8 |
* | hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling. | bunnei | 2021-01-29 | 1 | -5/+1 |
* | kernel: Fix build errors. | bunnei | 2021-01-29 | 1 | -2/+7 |
* | hle: kernel: Recode implementation of KThread to be more accurate. | bunnei | 2021-01-29 | 1 | -197/+796 |
* | hle: kernel: KThread: Clean up thread priorities. | bunnei | 2021-01-29 | 1 | -9/+1 |
* | hle: kernel: KThread: Reorganize thread priority defaults. | bunnei | 2021-01-29 | 1 | -7/+6 |
* | hle: kernel: KThread: Remove thread types that do not exist. | bunnei | 2021-01-29 | 1 | -12/+9 |
* | core: hle: kernel: Rename Thread to KThread. | bunnei | 2021-01-29 | 1 | -0/+460 |