summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/lbl (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01service: move hle_ipc from kernelLiam1-26/+26
2023-02-21service: refactor server architectureLiam2-7/+7
2022-04-23general: Convert source file copyright comments over to SPDXMorph2-6/+4
2021-10-07service: Reduce header include overheadMorph1-1/+0
2021-10-02common/logging: Move Log::Entry declaration to a separate headerameerj1-0/+1
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-25/+25
2021-05-05service: Remove unused class variablesLioncash1-1/+0
2021-04-23acc/lbl: Remove unused variablesLioncash1-2/+0
2021-01-20lbl: Implement most of lblChloe Marcec1-22/+261
2020-11-27service: Eliminate usages of the global system instanceLioncash2-4/+8
2020-06-27lbl: Update function tableVolcaEM1-0/+1
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-6/+6
2018-10-21lbl: Update service function table namesLioncash1-28/+28
2018-10-03service/lbl: Update service function tableLioncash1-19/+19
2018-07-27service/lbl: Implement EnableVrMode, DisableVrMode and GetVrModeLioncash1-3/+35
2018-07-27service: Add the lbl serviceLioncash2-0/+73