Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: Remove unused includes | ameerj | 2021-11-04 | 1 | -1/+0 |
* | hle: kernel: Remove deprecated Object class. | bunnei | 2021-05-06 | 1 | -2/+0 |
* | hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation. | bunnei | 2021-01-29 | 1 | -6/+2 |
* | core: hle: kernel: Rename Thread to KThread. | bunnei | 2021-01-29 | 1 | -3/+3 |
* | kernel: time_manager: Protect access with a mutex. | bunnei | 2020-11-29 | 1 | -0/+2 |
* | Kernel: Fixes, corrections and asserts to scheduler and different svcs. | Fernando Sahmkow | 2020-06-27 | 1 | -1/+0 |
* | SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+5 |
* | Kernel: Address Feedback. | Fernando Sahmkow | 2020-02-22 | 1 | -1/+8 |
* | Kernel: Implement Time Manager. | Fernando Sahmkow | 2020-02-22 | 1 | -0/+36 |