Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | service: move hle_ipc from kernel | Liam | 2023-03-01 | 1 | -9/+9 |
| | |||||
* | service: refactor server architecture | Liam | 2023-02-21 | 2 | -8/+7 |
| | | | | Converts services to have their own processes | ||||
* | Demote services from warning/info to debug to reduce log spam: | Kelebek1 | 2022-09-01 | 1 | -5/+5 |
| | | | | | | | | | | | GetCurrentFocusState SetClockSpeed EnableSixAxisSensorUnalteredPassthrough IsSixAxisSensorUnalteredPassthroughEnabled Get, GetOld SetAndWait, SetAndWaitOld IocParam IocFree | ||||
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 2 | -6/+4 |
| | | | | | 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. | ||||
* | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 2021-06-02 | 1 | -8/+8 |
| | | | | Transition to PascalCase for result names. | ||||
* | hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. | bunnei | 2021-05-06 | 1 | -1/+0 |
| | |||||
* | service: Eliminate usages of the global system instance | Lioncash | 2020-11-27 | 2 | -5/+12 |
| | | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services. | ||||
* | mm: Update function table | VolcaEM | 2020-06-27 | 1 | -16/+16 |
| | | | This was based on Switchbrew page: https://switchbrew.org/wiki/Display_services | ||||
* | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 2018-11-26 | 1 | -4/+10 |
| | |||||
* | Used better names for mm:u and fixed bad stub | David Marcec | 2018-10-18 | 1 | -8/+42 |
| | | | | InitializeWithId needs to return an id which is a u32 which should be a non zero value | ||||
* | mm_u: Forward all old variants of functions to the new ones | Lioncash | 2018-08-14 | 1 | -5/+11 |
| | | | | | Ensures both variants go through the same interface, and while we're at it, add Finalize to provide the inverse of Initialize for consistency. | ||||
* | mm_u: Move implementation class into the cpp file | Lioncash | 2018-08-14 | 2 | -46/+46 |
| | | | | | Now if changes are ever made to the behavior of the class, it doesn't involve rebuilding everything that includes the mm_u header. | ||||
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 1 | -3/+3 |
| | |||||
* | Remove unused header files | mailwl | 2018-06-06 | 1 | -2/+0 |
| | |||||
* | Small fixes | mailwl | 2018-06-05 | 2 | -6/+8 |
| | |||||
* | Service/MM: add service and stub some functions | mailwl | 2018-06-05 | 2 | -0/+79 |