Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | yuzu: debugger: Ignore HLE threads. | bunnei | 2021-01-29 | 1 | -0/+5 |
* | hle: kernel: KScheduler: Introduce thread context_guard. | bunnei | 2021-01-29 | 1 | -0/+1 |
* | hle: kernel: Recode implementation of KThread to be more accurate. | bunnei | 2021-01-29 | 1 | -282/+308 |
* | hle: kernel: KThread: Clean up thread priorities. | bunnei | 2021-01-29 | 1 | -22/+0 |
* | hle: kernel: KThread: Reorganize thread priority defaults. | bunnei | 2021-01-29 | 1 | -9/+3 |
* | hle: kernel: KThread: Fix ThreadType definition. | bunnei | 2021-01-29 | 1 | -4/+7 |
* | hle: kernel: Move single core "phantom mode" out of KThread. | bunnei | 2021-01-29 | 1 | -9/+0 |
* | hle: kernel: KThread: Remove thread types that do not exist. | bunnei | 2021-01-29 | 1 | -13/+2 |
* | core: hle: kernel: Rename Thread to KThread. | bunnei | 2021-01-29 | 1 | -0/+781 |