Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: remove TimeManager | Liam | 2022-12-19 | 1 | -41/+0 |
| | |||||
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 1 | -3/+2 |
| | | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | ||||
* | 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 |