| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-10 | service: bcat: Migrate and refractor service to new IPC | Narr the Reg | |
| 2024-01-25 | vfs: Move vfs files to their own directory | FearlessTobi | |
| 2023-03-01 | service: move hle_ipc from kernel | Liam | |
| 2023-02-21 | service: refactor server architecture | Liam | |
| Converts services to have their own processes | |||
| 2023-02-13 | general: rename CurrentProcess to ApplicationProcess | Liam | |
| 2022-11-23 | service: Make use of buffer element count helpers | Lioncash | |
| 2022-07-14 | service: btdrv,bcat,btm: Update service tables to 14.0.0 | german77 | |
| 2022-06-26 | core: Replace all instances of ResultCode with Result | german77 | |
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| 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. | |||
| 2021-11-04 | general: Get the current process program id directly from the system | Morph | |
| This allows us to avoid including KProcess' header file in files that only need to get the current process' program id. | |||
| 2021-11-04 | general: Rename GetTitleID to GetProgramID | Morph | |
| 2021-11-03 | core: Remove unused includes | ameerj | |
| 2021-10-01 | service: Replace service event creation with ServiceContext::CreateEvent | Morph | |
| The service context helps to manage all created events and allows us to close them upon destruction. | |||
| 2021-09-29 | service: bcat: Remove BoxCat BCAT implementation | Morph | |
| The current implementation of BoxCat as it stands is non-functional due to the reliance on a server providing BCAT files. This implementation will eventually be replaced with one that allows the use of local BCAT files dumped from a Nintendo Switch. | |||
| 2021-07-14 | service: Append service name prefix to common filenames | Morph | |
