summaryrefslogtreecommitdiff
path: root/src/core/hle/service/lm/lm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: refactor server architectureGravatar Liam2023-02-211-2/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* core: Add LM::Manager to systemGravatar Zach Hilman2019-09-221-3/+3
* lm: Move LM's class declaration into the cpp fileGravatar Lioncash2018-07-251-12/+3
* lm: Amend names of Initialize() in Logger and Initialize() in LMGravatar Lioncash2018-07-251-1/+1
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-191-4/+2
* LM: Don't create an unnecessary port in Initialize.Gravatar Subv2018-01-221-3/+0
* yuzu: Update license text to be consistent across project.Gravatar bunnei2018-01-131-1/+1
* service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.Gravatar bunnei2017-12-281-2/+2
* lm: Implement lm::Initialize and Logger::log.Gravatar bunnei2017-10-181-0/+5
* hle: Initial implementation of NX service framework and IPC.Gravatar bunnei2017-10-141-0/+25