summaryrefslogtreecommitdiff
path: root/src/core/hle/service/lbl (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: lbl: Add SaveCurrentSetting, LoadCurrentSetting and IsAutoBrightness...Gravatar Narr the Reg2024-02-231-4/+27
* service: move hle_ipc from kernelGravatar Liam2023-03-011-26/+26
* service: refactor server architectureGravatar Liam2023-02-212-7/+7
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-232-6/+4
* service: Reduce header include overheadGravatar Morph2021-10-071-1/+0
* common/logging: Move Log::Entry declaration to a separate headerGravatar ameerj2021-10-011-0/+1
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-25/+25
* service: Remove unused class variablesGravatar Lioncash2021-05-051-1/+0
* acc/lbl: Remove unused variablesGravatar Lioncash2021-04-231-2/+0
* lbl: Implement most of lblGravatar Chloe Marcec2021-01-211-22/+261
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-262-4/+8
* lbl: Update function tableGravatar VolcaEM2020-06-271-0/+1
* Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-261-6/+6
* lbl: Update service function table namesGravatar Lioncash2018-10-211-28/+28
* service/lbl: Update service function tableGravatar Lioncash2018-10-021-19/+19
* service/lbl: Implement EnableVrMode, DisableVrMode and GetVrModeGravatar Lioncash2018-07-271-3/+35
* service: Add the lbl serviceGravatar Lioncash2018-07-272-0/+73