summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/lbl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.