aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/lm/lm.cpp
AgeCommit message (Expand)Author
2018-08-15lm: Use LOG_DEBUG for printing out trace logsLioncash
2018-08-15lm: Handle threads and modules within the loggerLioncash
2018-08-01lm: Amend name of ILoggerLioncash
2018-07-25lm: Move LM's class declaration into the cpp fileLioncash
2018-07-25lm: Amend names of Initialize() in Logger and Initialize() in LMLioncash
2018-07-25lm: Add missing function entry to Logger's function tableLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-24lm: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-02-13Service/lm: add support to multiline logsmailwl
2018-02-04logger: Add LM service logging category.bunnei
2018-02-04lm: Ensure log string is non-empty before checking back().bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-22Services: Added a todo about returning interfaces as domain objects in lm, hi...Subv
2018-01-22LM: Don't create an unnecessary port in Initialize.Subv
2018-01-18lm: Minor logging fix to skip a byte.bunnei
2018-01-14lm: Fix IPC header for Initialize.bunnei
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-10Services: Allow lm to log single-character messages.Subv
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...Subv
2018-01-06lm: Assert on unsupported multi-message.bunnei
2018-01-05lm: Improve Log() to format a useful string.bunnei
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei
2017-10-18lm: Implement lm::Initialize and Logger::log.bunnei
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei
2017-10-14hle: Add service stubs for apm and appletOE.bunnei
2017-10-14hle: Initial implementation of NX service framework and IPC.bunnei