summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/lbl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lbl: Update function tableVolcaEM2020-06-271-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 levelDavid Marcec2018-11-261-6/+6
|
* lbl: Update service function table namesLioncash2018-10-211-28/+28
| | | | Updated based off information provided by Switchbrew.
* service/lbl: Update service function tableLioncash2018-10-031-19/+19
| | | | | Amends the lbl service table to include new names of functions that were added to Switchbrew.
* service/lbl: Implement EnableVrMode, DisableVrMode and GetVrModeLioncash2018-07-271-3/+35
| | | | | Implements these functions according to the information available on Switch Brew.
* service: Add the lbl serviceLioncash2018-07-272-0/+73
Adds the skeleton of the lbl service based off the information provided by Switch Brew.