summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/lm/lm.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-21service: refactor server architectureLiam1-2/+1
Converts services to have their own processes
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2019-09-22core: Add LM::Manager to systemZach Hilman1-3/+3
Allows centralized control over logging mechanisms.
2018-07-26lm: Move LM's class declaration into the cpp fileLioncash1-12/+3
This isn't used directly outside of this translation unit, so we can hide it from external use.
2018-07-26lm: Amend names of Initialize() in Logger and Initialize() in LMLioncash1-1/+1
Amends these to match the information on Switch Brew.
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
Tidies up namespace declarations
2018-01-22LM: Don't create an unnecessary port in Initialize.Subv1-3/+0
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei1-2/+2
2017-10-19lm: Implement lm::Initialize and Logger::log.bunnei1-0/+5
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+25