summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/lbl (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: move hle_ipc from kernelLiam2023-03-011-26/+26
* service: refactor server architectureLiam2023-02-212-7/+7
* general: Convert source file copyright comments over to SPDXMorph2022-04-232-6/+4
* service: Reduce header include overheadMorph2021-10-071-1/+0
* common/logging: Move Log::Entry declaration to a separate headerameerj2021-10-021-0/+1
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-25/+25
* service: Remove unused class variablesLioncash2021-05-051-1/+0
* acc/lbl: Remove unused variablesLioncash2021-04-231-2/+0
* lbl: Implement most of lblChloe Marcec2021-01-201-22/+261
* service: Eliminate usages of the global system instanceLioncash2020-11-272-4/+8
* lbl: Update function tableVolcaEM2020-06-271-0/+1
* 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
* service/lbl: Update service function tableLioncash2018-10-031-19/+19
* service/lbl: Implement EnableVrMode, DisableVrMode and GetVrModeLioncash2018-07-271-3/+35
* service: Add the lbl serviceLioncash2018-07-272-0/+73