Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | service: lbl: Add SaveCurrentSetting, LoadCurrentSetting and IsAutoBrightnessControlSupported for QLaunch | Narr the Reg | 2024-02-24 | 1 | -4/+27 |
| | |||||
* | service: move hle_ipc from kernel | Liam | 2023-03-01 | 1 | -26/+26 |
| | |||||
* | service: refactor server architecture | Liam | 2023-02-21 | 1 | -2/+6 |
| | | | | Converts services to have their own processes | ||||
* | 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. | ||||
* | service: Reduce header include overhead | Morph | 2021-10-07 | 1 | -1/+0 |
| | |||||
* | common/logging: Move Log::Entry declaration to a separate header | ameerj | 2021-10-02 | 1 | -0/+1 |
| | | | | This reduces the load of requiring to include std::chrono in all files which include log.h | ||||
* | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 2021-06-02 | 1 | -25/+25 |
| | | | | Transition to PascalCase for result names. | ||||
* | service: Remove unused class variables | Lioncash | 2021-05-05 | 1 | -1/+0 |
| | | | | Prevents some warnings from occurring. | ||||
* | acc/lbl: Remove unused variables | Lioncash | 2021-04-23 | 1 | -2/+0 |
| | |||||
* | lbl: Implement most of lbl | Chloe Marcec | 2021-01-20 | 1 | -22/+261 |
| | | | | Pretty basic service, only thing left to do is handle setting applying once set:sys is implemented | ||||
* | service: Eliminate usages of the global system instance | Lioncash | 2020-11-27 | 1 | -3/+3 |
| | | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services. | ||||
* | lbl: Update function table | VolcaEM | 2020-06-27 | 1 | -0/+1 |
| | | | This was based on Switchbrew page: https://switchbrew.org/wiki/Backlight_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 | -6/+6 |
| | |||||
* | lbl: Update service function table names | Lioncash | 2018-10-21 | 1 | -28/+28 |
| | | | | Updated based off information provided by Switchbrew. | ||||
* | service/lbl: Update service function table | Lioncash | 2018-10-03 | 1 | -19/+19 |
| | | | | | Amends the lbl service table to include new names of functions that were added to Switchbrew. | ||||
* | service/lbl: Implement EnableVrMode, DisableVrMode and GetVrMode | Lioncash | 2018-07-27 | 1 | -3/+35 |
| | | | | | Implements these functions according to the information available on Switch Brew. | ||||
* | service: Add the lbl service | Lioncash | 2018-07-27 | 1 | -0/+58 |
Adds the skeleton of the lbl service based off the information provided by Switch Brew. |