summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/lm/lm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Add LM::Manager to systemZach Hilman2019-09-221-3/+3
* lm: Move LM's class declaration into the cpp fileLioncash2018-07-261-12/+3
* lm: Amend names of Initialize() in Logger and Initialize() in LMLioncash2018-07-261-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* LM: Don't create an unnecessary port in Initialize.Subv2018-01-221-3/+0
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei2017-12-281-2/+2
* lm: Implement lm::Initialize and Logger::log.bunnei2017-10-191-0/+5
* hle: Initial implementation of NX service framework and IPC.bunnei2017-10-151-0/+25